'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Overridable Property AllLocations As Boolean
'Usage
Dim instance As AgentLocations Dim value As Boolean instance.AllLocations = value value = instance.AllLocations
[XmlAttribute()] [DefaultValue()] public virtual bool AllLocations {get; set;}
public read-write property AllLocations: Boolean; virtual;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set AllLocations : boolean
[XmlAttribute()] [DefaultValue()] public: __property virtual bool get_AllLocations(); public: __property virtual void set_AllLocations( bool value );
[XmlAttribute()] [DefaultValue()] public: virtual property bool AllLocations { bool get(); void set ( bool value); }