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)
Syntax
public IList<WebSpacesListPublishingUsersResponse.User> Users { get; set; }
public:
property IList<WebSpacesListPublishingUsersResponse::User^>^ Users {
IList<WebSpacesListPublishingUsersResponse::User^>^ get();
void set(IList<WebSpacesListPublishingUsersResponse::User^>^ value);
}
member Users : IList<WebSpacesListPublishingUsersResponse.User> with get, set
Public Property Users As IList(Of WebSpacesListPublishingUsersResponse.User)
Property Value
Type: System.Collections.Generic.IList<WebSpacesListPublishingUsersResponse.User>
A collection of WebSpacesListPublishingUsersResponse.User objects.
See Also
WebSpacesListPublishingUsersResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top