Selerix Developer Tools
MaxLength Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : MaxLength Property
Gets or sets the maximum length.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property MaxLength As Nullable(Of Integer)
'Usage
 
Dim instance As Question
Dim value As Nullable(Of Integer)
 
instance.MaxLength = value
 
value = instance.MaxLength
[XmlIgnore()]
public Nullable<int> MaxLength {get; set;}
public read-write property MaxLength: Nullable; 
XmlIgnoreAttribute()
public function get,set MaxLength : Nullable
[XmlIgnore()]
public: __property Nullable<int> get_MaxLength();
public: __property void set_MaxLength( 
   Nullable<int> value
);
[XmlIgnore()]
public:
property Nullable<int> MaxLength {
   Nullable<int> get();
   void set (    Nullable<int> value);
}

Property Value

The maximum length.
See Also

Reference

Question Class
Question Members