WebSpacesListPublishingUsersResponse::Users Property
Gets or sets a collection of WebSpacesListPublishingUsersResponse::User objects that lists the publishing users.
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); }
Property Value
Type: System.Collections.Generic::IList<WebSpacesListPublishingUsersResponse::User^>^A collection of WebSpacesListPublishingUsersResponse::User objects.
Show: