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