Selerix Developer Tools
Script Property (WebScriptControlData)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > WebScriptControlData Class : Script Property
Selected tab index.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property Script As String
'Usage
 
Dim instance As WebScriptControlData
Dim value As String
 
instance.Script = value
 
value = instance.Script
[XmlElement()]
public string Script {get; set;}
public read-write property Script: String; 
XmlElementAttribute()
public function get,set Script : String
[XmlElement()]
public: __property string* get_Script();
public: __property void set_Script( 
   string* value
);
[XmlElement()]
public:
property String^ Script {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

WebScriptControlData Class
WebScriptControlData Members