'Declaration
<XmlElementAttribute()> <DefaultValueAttribute()> Public Property IsFixed As Boolean
'Usage
Dim instance As SampleTemplate Dim value As Boolean instance.IsFixed = value value = instance.IsFixed
[XmlElement()] [DefaultValue()] public bool IsFixed {get; set;}
public read-write property IsFixed: Boolean;
XmlElementAttribute() DefaultValueAttribute() public function get,set IsFixed : boolean
[XmlElement()] [DefaultValue()] public: __property bool get_IsFixed(); public: __property void set_IsFixed( bool value );
[XmlElement()] [DefaultValue()] public: property bool IsFixed { bool get(); void set ( bool value); }