Selerix Developer Tools
XmlFixedRow Property (RateParam)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParam Class : XmlFixedRow Property
Gets or sets the XML fixed row.
Syntax
'Declaration
 
<XmlAttributeAttribute("FixedRow")>
Public Property XmlFixedRow As String
'Usage
 
Dim instance As RateParam
Dim value As String
 
instance.XmlFixedRow = value
 
value = instance.XmlFixedRow
[XmlAttribute("FixedRow")]
public string XmlFixedRow {get; set;}
public read-write property XmlFixedRow: String; 
XmlAttributeAttribute("FixedRow")
public function get,set XmlFixedRow : String
[XmlAttribute("FixedRow")]
public: __property string* get_XmlFixedRow();
public: __property void set_XmlFixedRow( 
   string* value
);
[XmlAttribute("FixedRow")]
public:
property String^ XmlFixedRow {
   String^ get();
   void set (    String^ value);
}

Property Value

The XML fixed row.
See Also

Reference

RateParam Class
RateParam Members