'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property IsEnumerated As Boolean
'Usage
Dim instance As RateParam Dim value As Boolean instance.IsEnumerated = value value = instance.IsEnumerated
[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); }
Property Value
true
if this instance is enumerated; otherwise, false
.