ClientBusinessRuleConfigurationScript Property | |
Gets or sets the Script.
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public string Script { get; set; }
public:
property String^ Script {
String^ get ();
void set (String^ value);
}
function get_Script();
function set_Script(value);
Property Value
Type:
StringSee Also