'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); }