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