'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Overridable Property IsPrimary As Boolean
'Usage
Dim instance As Broker Dim value As Boolean instance.IsPrimary = value value = instance.IsPrimary
[XmlAttribute()] [DefaultValue()] public virtual bool IsPrimary {get; set;}
public read-write property IsPrimary: Boolean; virtual;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set IsPrimary : boolean
[XmlAttribute()] [DefaultValue()] public: __property virtual bool get_IsPrimary(); public: __property virtual void set_IsPrimary( bool value );
[XmlAttribute()] [DefaultValue()] public: virtual property bool IsPrimary { bool get(); void set ( bool value); }
Property Value
true
if this instance is primary; otherwise, false
.