SetEnqueueServerSnapshotRequestSnapshotOperation Property
|
Namespace:
Aruba.Cloud.WsEndUser.Json
Assembly:
Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public SnapshotOperationTypes SnapshotOperation { get; set; }<DataMemberAttribute>
Public Property SnapshotOperation As SnapshotOperationTypes
Get
Set
public:
[DataMemberAttribute]
property SnapshotOperationTypes SnapshotOperation {
SnapshotOperationTypes get ();
void set (SnapshotOperationTypes value);
}[<DataMemberAttribute>]
member SnapshotOperation : SnapshotOperationTypes with get, set
function get SnapshotOperation () : SnapshotOperationTypes
function set SnapshotOperation (value : SnapshotOperationTypes)
Property Value
Type:
SnapshotOperationTypes
See Also