WebSpacesListPublishingUsersResponse Class

Definition

The List Publishing Users operation response.

public class WebSpacesListPublishingUsersResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListPublishingUsersResponse.User>
type WebSpacesListPublishingUsersResponse = class
    inherit AzureOperationResponse
    interface seq<WebSpacesListPublishingUsersResponse.User>
    interface IEnumerable
Public Class WebSpacesListPublishingUsersResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of WebSpacesListPublishingUsersResponse.User)
Inheritance
Microsoft.Azure.AzureOperationResponse
WebSpacesListPublishingUsersResponse
Implements

Constructors

WebSpacesListPublishingUsersResponse()

Initializes a new instance of the WebSpacesListPublishingUsersResponse class.

Properties

Users

Optional. The publishing users.

Methods

GetEnumerator()

Gets the sequence of Users.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of Users.

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to