ManagementAuthentication.GetUsers(Int32, Int32) Method

Definition

Returns a collection of information about IIS Manager users.

public:
 static Microsoft::Web::Management::Server::ManagementUserInfoCollection ^ GetUsers(int itemIndex, int itemsPerPage);
public static Microsoft.Web.Management.Server.ManagementUserInfoCollection GetUsers (int itemIndex, int itemsPerPage);
static member GetUsers : int * int -> Microsoft.Web.Management.Server.ManagementUserInfoCollection
Public Shared 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 ManagementUserInfo object contains a user name and a value that indicates whether the user name is enabled.

Applies to