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