Gets or sets the script.
Syntax
'Declaration
Public Property Script As String
'Usage
Dim instance As CustomApplicationRule
Dim value As String
instance.Script = value
value = instance.Script
public string Script {get; set;}
public read-write property Script: String;
public function get,set Script : String
public: __property string* get_Script();
public: __property void set_Script(
string* value
);
public:
property String^ Script {
String^ get();
void set ( String^ value);
}
Property Value
The script.
See Also