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