[XmlAttribute()] [DefaultValue()] public bool IsEnumerated {get; set;}
public read-write property IsEnumerated: Boolean;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set IsEnumerated : boolean
[XmlAttribute()] [DefaultValue()] public: __property bool get_IsEnumerated(); public: __property void set_IsEnumerated( bool value );
[XmlAttribute()] [DefaultValue()] public: property bool IsEnumerated { bool get(); void set ( bool value); }
'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property IsEnumerated As Boolean
Property Value
true
if this instance is enumerated; otherwise, false
.