Selerix Developer Tools
XmlMin Property






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

Property Value

The XML min.
See Also

Reference

RateParamValue Class
RateParamValue Members