XmlSchemaParticle.MaxOccurs 속성

정의

파티클이 발생할 수 있는 최대 횟수를 가져오거나 설정합니다.

public:
 property System::Decimal MaxOccurs { System::Decimal get(); void set(System::Decimal value); };
public decimal MaxOccurs { get; set; }
member this.MaxOccurs : decimal with get, set
Public Property MaxOccurs As Decimal

속성 값

Decimal

파티클이 발생할 수 있는 최대 횟수입니다. 기본값은 1입니다.

설명

값은 0보다 크거나 같은 정수일 수 있습니다.

적용 대상