 | ActionInputFlatModelStartArguments Property |
Gets or sets the arguments for the Start operation.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
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