WebSpacesListGeoRegionsResponse.GeoRegion.SortOrder Property
Gets or sets the sort order of the region.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Nullable<int> SortOrder { get; set; }
public:
property Nullable<int> SortOrder {
Nullable<int> get();
void set(Nullable<int> value);
}
member SortOrder : Nullable<int> with get, set
Public Property SortOrder As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
The sort order.
See Also
WebSpacesListGeoRegionsResponse.GeoRegion Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top