ManagementAuthentication.GetUsers(Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IIS マネージャー ユーザーに関する情報のコレクションを返します。
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
パラメーター
- itemIndex
- Int32
表示する最初 ManagementUserInfo のオブジェクトのインデックス。
- itemsPerPage
- Int32
パラメーターで指定したオブジェクトの後に表示する追加 ManagementUserInfo オブジェクトの itemIndex
数。
戻り値
IIS マネージャー ユーザーに ManagementUserInfo 関する情報を含む オブジェクトのコレクション。
注釈
オブジェクトには ManagementUserInfo 、ユーザー名と、ユーザー名が有効かどうかを示す値が含まれています。