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