Selerix Developer Tools
Script Property (CustomApplicationRiderRule)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CustomApplicationRiderRule Class : Script Property
Gets or sets the script.
Syntax
'Declaration
 
Public Property Script As String
'Usage
 
Dim instance As CustomApplicationRiderRule
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

Reference

CustomApplicationRiderRule Class
CustomApplicationRiderRule Members