BackupAccountBackupAccountID Property
|
Backup account ID.
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 int BackupAccountID { get; set; }<DataMemberAttribute>
Public Property BackupAccountID As Integer
Get
Set
public:
[DataMemberAttribute]
property int BackupAccountID {
int get ();
void set (int value);
}[<DataMemberAttribute>]
member BackupAccountID : int with get, set
function get BackupAccountID () : int
function set BackupAccountID (value : int)
Property Value
Type:
Int32
See Also