 | 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.2.0.814 (8.2.0.814)
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