DownloadBackupDbaasDatabaseRequestBackupID Property
|
Namespace:
Aruba.Cloud.WsDBaaS.Requests
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string BackupID { get; set; }<DataMemberAttribute>
Public Property BackupID As String
Get
Set
public:
[DataMemberAttribute]
property String^ BackupID {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member BackupID : string with get, set
function get BackupID () : String
function set BackupID (value : String)
Property Value
Type:
String
See Also