WebSiteGetParameters.PropertiesToInclude Property

 

Gets or sets a collection of the names 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 collection of properties to return.

See Also

WebSiteGetParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top