ManagementAuthenticationProvider.GetUsers(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.