VirtualIPMapping.InUse Property

Definition

Gets or sets is virtual IP mapping in use.

[Newtonsoft.Json.JsonProperty(PropertyName="inUse")]
public bool? InUse { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inUse")>]
member this.InUse : Nullable<bool> with get, set
Public Property InUse As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to