ScheduleExecutionDataDataBaseId Property
|
ID of the database the operation is scheduled for
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string DataBaseId { get; set; }<DataMemberAttribute>
Public Property DataBaseId As String
Get
Set
public:
[DataMemberAttribute]
property String^ DataBaseId {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member DataBaseId : string with get, set
function get DataBaseId () : String
function set DataBaseId (value : String)
Property Value
Type:
String
See Also