Selerix Developer Tools
XmlMaxValue Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : XmlMaxValue Property
Gets or sets the XML maximum value.
Syntax
'Declaration
 
<XmlAttributeAttribute("MaxValue")>
<DefaultValueAttribute()>
Public Property XmlMaxValue As Double
'Usage
 
Dim instance As Question
Dim value As Double
 
instance.XmlMaxValue = value
 
value = instance.XmlMaxValue
[XmlAttribute("MaxValue")]
[DefaultValue()]
public double XmlMaxValue {get; set;}
public read-write property XmlMaxValue: Double; 
XmlAttributeAttribute("MaxValue")
DefaultValueAttribute()
public function get,set XmlMaxValue : double
[XmlAttribute("MaxValue")]
[DefaultValue()]
public: __property double get_XmlMaxValue();
public: __property void set_XmlMaxValue( 
   double value
);
[XmlAttribute("MaxValue")]
[DefaultValue()]
public:
property double XmlMaxValue {
   double get();
   void set (    double value);
}

Property Value

The XML maximum value.
See Also

Reference

Question Class
Question Members