Selerix Developer Tools
XmlWeight Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateCard Class : XmlWeight Property
Gets or sets the XML weight.
Syntax
'Declaration
 
<XmlAttributeAttribute("Weight")>
Public Property XmlWeight As String
'Usage
 
Dim instance As RateCard
Dim value As String
 
instance.XmlWeight = value
 
value = instance.XmlWeight
[XmlAttribute("Weight")]
public string XmlWeight {get; set;}
public read-write property XmlWeight: String; 
XmlAttributeAttribute("Weight")
public function get,set XmlWeight : String
[XmlAttribute("Weight")]
public: __property string* get_XmlWeight();
public: __property void set_XmlWeight( 
   string* value
);
[XmlAttribute("Weight")]
public:
property String^ XmlWeight {
   String^ get();
   void set (    String^ value);
}

Property Value

The XML weight.
See Also

Reference

RateCard Class
RateCard Members