 | ActionInputFlatModelStartArguments Property |
Gets or sets the arguments for the Start operation.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string[] StartArguments { get; set; }
Public Property StartArguments As String()
Get
Set
public:
property array<String^>^ StartArguments {
array<String^>^ get ();
void set (array<String^>^ value);
}
member StartArguments : string[] with get, set
Property Value
Type:
StringThe arguments for the
Start operation.
Remarks
This property is ignored for all [F:ServiceOperation] values other than the
Start operation.
See Also