Selerix Developer Tools
FixedRow Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParam Class : FixedRow Property
Gets or sets the fixed row.
Syntax
'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);
}

Property Value

The fixed row.
See Also

Reference

RateParam Class
RateParam Members