Selerix Developer Tools
XmlFixedColumn Property (RateParam)






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

Property Value

The XML fixed column.
See Also

Reference

RateParam Class
RateParam Members