Share via


NetworkSecurityRule.IsDefault Property

 

Required. Specified if this is a default Network Security Rule.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

NetworkSecurityRule Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top