XmlSchemaParticle.MaxOccursString 属性
定义
获取设置字符串值形式的数字。Gets or sets the number as a string value. 粒子可发生的最大次数。Maximum number of times the particle can occur.
public:
property System::String ^ MaxOccursString { System::String ^ get(); void set(System::String ^ value); };
public string? MaxOccursString { get; set; }
public string MaxOccursString { get; set; }
member this.MaxOccursString : string with get, set
Public Property MaxOccursString As String
属性值
字符串值形式的数字。The number as a string value. String.Empty 指示 MaxOccurs 等于默认值。String.Empty indicates that MaxOccurs is equal to the default value. 默认为空引用。The default is a null reference.
注解
此属性可以具有 null ( "" ) 值或 String.Empty 。This property can have a null ("") value or String.Empty.
若不想对最大次数设置任何限制,请使用字符串“unbounded”。To set no limit on the maximum number, use the string "unbounded".