WebSpacesListPublishingUsersResponse::Users Property

 

Gets or sets a collection of WebSpacesListPublishingUsersResponse::User objects that lists the publishing users.

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

public:
property IList<WebSpacesListPublishingUsersResponse::User^>^ Users {
	IList<WebSpacesListPublishingUsersResponse::User^>^ get();
	void set(IList<WebSpacesListPublishingUsersResponse::User^>^ value);
}
Return to top
Show: