 | ActionInputFlatModelServiceOperation Property |
Gets or sets the service 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 ServiceOperationEnum ServiceOperation { get; set; }
Public Property ServiceOperation As ServiceOperationEnum
Get
Set
public:
property ServiceOperationEnum ServiceOperation {
ServiceOperationEnum get ();
void set (ServiceOperationEnum value);
}
member ServiceOperation : ServiceOperationEnum with get, set
Property Value
Type:
ServiceOperationEnumThe service operation.
See Also