Share via


NetworkReservedIPListResponse.ReservedIP.InUse Property

 

Optional. The indicator of whether the reserved IP is used.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public bool InUse { get; set; }
public:
property bool InUse {
    bool get();
    void set(bool value);
}
member InUse : bool with get, set
Public Property InUse As Boolean

Property Value

Type: System.Boolean

See Also

NetworkReservedIPListResponse.ReservedIP Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top