SharedStorageDetailsUserPrivateVLAN Property
|
User Private VLAN
Namespace:
Aruba.Cloud.Provisioning.Entities.SharedStorage
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public UserPrivateVLAN UserPrivateVLAN { get; set; }<DataMemberAttribute>
Public Property UserPrivateVLAN As UserPrivateVLAN
Get
Set
public:
[DataMemberAttribute]
property UserPrivateVLAN^ UserPrivateVLAN {
UserPrivateVLAN^ get ();
void set (UserPrivateVLAN^ value);
}[<DataMemberAttribute>]
member UserPrivateVLAN : UserPrivateVLAN with get, set
function get UserPrivateVLAN () : UserPrivateVLAN
function set UserPrivateVLAN (value : UserPrivateVLAN)
Property Value
Type:
UserPrivateVLAN
See Also