'Declaration
<XmlIgnoreAttribute()> Public Property MaxLength As Nullable(Of Integer)
'Usage
Dim instance As Question Dim value As Nullable(Of Integer) instance.MaxLength = value value = instance.MaxLength
[XmlIgnore()] public Nullable<int> MaxLength {get; set;}
public read-write property MaxLength: Nullable;
XmlIgnoreAttribute() public function get,set MaxLength : Nullable
[XmlIgnore()] public: __property Nullable<int> get_MaxLength(); public: __property void set_MaxLength( Nullable<int> value );
[XmlIgnore()] public: property Nullable<int> MaxLength { Nullable<int> get(); void set ( Nullable<int> value); }