ScheduleDataInstanceName Property
|
Name of the Database instance 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 InstanceName { get; set; }<DataMemberAttribute>
Public Property InstanceName As String
Get
Set
public:
[DataMemberAttribute]
property String^ InstanceName {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member InstanceName : string with get, set
function get InstanceName () : String
function set InstanceName (value : String)
Property Value
Type:
String
See Also