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