 | ActionInputFlatModelServiceOperation Property |
Gets or sets the service operation.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
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