Selerix Developer Tools
XmlMaxLength Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : XmlMaxLength Property
Gets or sets the maximum length of the XML.
Syntax
'Declaration
 
<XmlAttributeAttribute("MaxLength")>
<DefaultValueAttribute()>
Public Property XmlMaxLength As Integer
'Usage
 
Dim instance As Question
Dim value As Integer
 
instance.XmlMaxLength = value
 
value = instance.XmlMaxLength
[XmlAttribute("MaxLength")]
[DefaultValue()]
public int XmlMaxLength {get; set;}
public read-write property XmlMaxLength: Integer; 
XmlAttributeAttribute("MaxLength")
DefaultValueAttribute()
public function get,set XmlMaxLength : int
[XmlAttribute("MaxLength")]
[DefaultValue()]
public: __property int get_XmlMaxLength();
public: __property void set_XmlMaxLength( 
   int value
);
[XmlAttribute("MaxLength")]
[DefaultValue()]
public:
property int XmlMaxLength {
   int get();
   void set (    int value);
}

Property Value

The maximum length of the XML.
See Also

Reference

Question Class
Question Members