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