ScheduleExecutionDataBackUpName Property
|
Name of the backup for the scheduled operation
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