Selerix Developer Tools
Type Property (Script)






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

Property Value

The type.
See Also

Reference

Script Class
Script Members