ScaleDefinitionConfigurationRequestCommand Property | |
Gets or sets RequestCommand.
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
public string RequestCommand { get; set; }
public:
[DefaultValueAttribute(L"")]
property String^ RequestCommand {
String^ get ();
void set (String^ value);
}
function get_RequestCommand();
function set_RequestCommand(value);
Property Value
Type:
StringSee Also