ManagementAuthenticationProvider.GetUsers(Int32, Int32) Method

Definition

When overridden in a derived class, returns a collection of information about IIS Manager users.

public:
 abstract Microsoft::Web::Management::Server::ManagementUserInfoCollection ^ GetUsers(int itemIndex, int itemsPerPage);
public abstract Microsoft.Web.Management.Server.ManagementUserInfoCollection GetUsers (int itemIndex, int itemsPerPage);
abstract member GetUsers : int * int -> Microsoft.Web.Management.Server.ManagementUserInfoCollection
Public MustOverride Function GetUsers (itemIndex As Integer, itemsPerPage As Integer) As ManagementUserInfoCollection

Parameters

itemIndex
Int32

The index of the first ManagementUserInfo object to be displayed.

itemsPerPage
Int32

The number of additional ManagementUserInfo objects to display after the one specified in the itemIndex parameter.

Returns

A collection of ManagementUserInfo objects that contain information about IIS Manager users.

Remarks

The Microsoft.Web.Management.Server.ManagementUserInfo object contains a user name and a value that indicates whether the user name is enabled.

Applies to