Share via


NetworkSecurityRule.Priority Property

 

Required. Priority of the Rule.

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

Syntax

public int Priority { get; set; }
public:
property int Priority {
    int get();
    void set(int value);
}
member Priority : int with get, set
Public Property Priority As Integer

Property Value

Type: System.Int32

See Also

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

Return to top