Click or drag to resize

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)
Syntax
public string[] StartArguments { get; set; }

Property Value

Type: String
The arguments for the Start operation.
Remarks
This property is ignored for all [F:ServiceOperation] values other than the Start operation.
See Also