[XmlAttribute()] [DefaultValue()] public bool ChangeUWLimit {get; set;}
public read-write property ChangeUWLimit: Boolean;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set ChangeUWLimit : boolean
[XmlAttribute()] [DefaultValue()] public: __property bool get_ChangeUWLimit(); public: __property void set_ChangeUWLimit( bool value );
[XmlAttribute()] [DefaultValue()] public: property bool ChangeUWLimit { bool get(); void set ( bool value); }
'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property ChangeUWLimit As Boolean