AccessControlListRule.Order Property

 

Gets or sets the order of application for the access control list rule.

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

Syntax

public Nullable<int> Order { get; set; }
public:
property Nullable<int> Order {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member Order : Nullable<int> with get, set
Public Property Order As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

The order of application.

See Also

AccessControlListRule Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top