DeploymentListParameters.Top Property
Optional. The top query criteria.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string Top { get; set; }
public:
property String^ Top {
String^ get();
void set(String^ value);
}
member Top : string with get, set
Public Property Top As String
Property Value
Type: System.String
See Also
DeploymentListParameters Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top