Selerix Developer Tools
Method Property






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

Reference

Script Class
Script Members