PrivateCloudOrganizationVrops Property
|
Vrops
Namespace:
Aruba.Cloud.Provisioning.Entities.PrivateCloud
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string Vrops { get; set; }
<DataMemberAttribute>
Public Property Vrops As String
Get
Set
public:
[DataMemberAttribute]
property String^ Vrops {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Vrops : string with get, set
function get Vrops () : String
function set Vrops (value : String)
Property Value
Type:
String
RemarksIt can't be empty for new VPC
See Also