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