'Declaration
<XmlAttributeAttribute("MaxLength")> <DefaultValueAttribute()> Public Property XmlMaxLength As Integer
'Usage
Dim instance As Question Dim value As Integer instance.XmlMaxLength = value value = instance.XmlMaxLength
[XmlAttribute("MaxLength")] [DefaultValue()] public int XmlMaxLength {get; set;}
public read-write property XmlMaxLength: Integer;
XmlAttributeAttribute("MaxLength") DefaultValueAttribute() public function get,set XmlMaxLength : int
[XmlAttribute("MaxLength")] [DefaultValue()] public: __property int get_XmlMaxLength(); public: __property void set_XmlMaxLength( int value );
[XmlAttribute("MaxLength")] [DefaultValue()] public: property int XmlMaxLength { int get(); void set ( int value); }