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