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