Selerix Developer Tools
XmlType Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : XmlType Property
Gets or sets the type of question.
Syntax
'Declaration
 
<XmlAttributeAttribute("Type")>
<DefaultValueAttribute()>
Public Overridable Property XmlType As String
'Usage
 
Dim instance As Question
Dim value As String
 
instance.XmlType = value
 
value = instance.XmlType
[XmlAttribute("Type")]
[DefaultValue()]
public virtual string XmlType {get; set;}
public read-write property XmlType: String; virtual; 
XmlAttributeAttribute("Type")
DefaultValueAttribute()
public function get,set XmlType : String
[XmlAttribute("Type")]
[DefaultValue()]
public: __property virtual string* get_XmlType();
public: __property virtual void set_XmlType( 
   string* value
);
[XmlAttribute("Type")]
[DefaultValue()]
public:
virtual property String^ XmlType {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Question Class
Question Members