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)

public:
property IList<String^>^ PropertiesToInclude {
	IList<String^>^ get();
	void set(IList<String^>^ value);
}

Property Value

Type: System.Collections.Generic::IList<String^>^

A list of property name.

Return to top
Show: