WebSiteListParameters.PropertiesToInclude Property
Gets or sets a list of properties to return.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public IList<string> PropertiesToInclude { get; set; }
public:
property IList<String^>^ PropertiesToInclude {
IList<String^>^ get();
void set(IList<String^>^ value);
}
member PropertiesToInclude : IList<string> with get, set
Public Property PropertiesToInclude As IList(Of String)
Property Value
Type: System.Collections.Generic.IList<String>
A list of property name.
See Also
WebSiteListParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top