共用方式為


DeploymentListParameters.OrderBy Property

 

Optional. The order by query criteria.

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

Syntax

public string OrderBy { get; set; }
public:
property String^ OrderBy {
    String^ get();
    void set(String^ value);
}
member OrderBy : string with get, set
Public Property OrderBy As String

Property Value

Type: System.String

See Also

DeploymentListParameters Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top