Class GetUserSettingsResponseCollection

GetUserSettingsResponseCollection class

Represents a collection of responses to GetUserSettings

public sealed class GetUserSettingsResponseCollection : 
    AutodiscoverResponseCollection<GetUserSettingsResponse>

Properties

NameDescription
Count { get; }
ErrorCode { get; }Gets the error code that was returned by the service.
ErrorMessage { get; }Gets the error message that was returned by the service.
Item { get; }

Methods

NameDescription
GetEnumerator()

See Also