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