| ExecCommandOptions Property |
Get/Set the options to pass to the application.
Namespace: AsterNET.FastAGI.CommandAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Options { get; set; }
Public Property Options As String
Get
Set
public:
property String^ Options {
String^ get ();
void set (String^ value);
}
member Options : string with get, set
Property Value
Type:
StringSee Also