Selerix Developer Tools
XmlFormType Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Form Class : XmlFormType Property
Gets or sets the type of XML form.
Syntax
'Declaration
 
<XmlAttributeAttribute("Type")>
Public Property XmlFormType As String
'Usage
 
Dim instance As Form
Dim value As String
 
instance.XmlFormType = value
 
value = instance.XmlFormType
[XmlAttribute("Type")]
public string XmlFormType {get; set;}
public read-write property XmlFormType: String; 
XmlAttributeAttribute("Type")
public function get,set XmlFormType : String
[XmlAttribute("Type")]
public: __property string* get_XmlFormType();
public: __property void set_XmlFormType( 
   string* value
);
[XmlAttribute("Type")]
public:
property String^ XmlFormType {
   String^ get();
   void set (    String^ value);
}

Property Value

The XML form type.
See Also

Reference

Form Class
Form Members