XmlSchemaParticle.MinOccursString 속성

정의

숫자를 문자열 값으로 가져오거나 설정합니다. 파티클이 발생할 수 있는 최소 횟수입니다.

public:
 property System::String ^ MinOccursString { System::String ^ get(); void set(System::String ^ value); };
public string? MinOccursString { get; set; }
public string MinOccursString { get; set; }
member this.MinOccursString : string with get, set
Public Property MinOccursString As String

속성 값

String

문자열 값인 숫자입니다. String.EmptyMinOccurs가 기본값과 같음을 나타냅니다. 기본값은 null 참조입니다.

설명

이 속성은 null("") 값 또는 String.Empty.

적용 대상