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)

public Nullable<int> Order { get; set; }

Property Value

Type: System.Nullable<Int32>

The order of application.

Return to top
Show: