BackupAccountIsOverLimit Property
|
This property indicates whether the current backup size exceeds backup account's pricing plan limit.
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 bool IsOverLimit { get; set; }<DataMemberAttribute>
Public Property IsOverLimit As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool IsOverLimit {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member IsOverLimit : bool with get, set
function get IsOverLimit () : boolean
function set IsOverLimit (value : boolean)
Property Value
Type:
Boolean
See Also