SearchBackupAccountsRequestAbsoluteUsageGt Property
|
Absolute Usage of the backup account
Namespace:
Aruba.Cloud.WsBackup.Entities
Assembly:
Aruba.Cloud.WsBackup (in Aruba.Cloud.WsBackup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<int> AbsoluteUsageGt { get; set; }<DataMemberAttribute>
Public Property AbsoluteUsageGt As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute]
property Nullable<int> AbsoluteUsageGt {
Nullable<int> get ();
void set (Nullable<int> value);
}[<DataMemberAttribute>]
member AbsoluteUsageGt : Nullable<int> with get, set
function get AbsoluteUsageGt () : Nullable<int>
function set AbsoluteUsageGt (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also