次の方法で共有


ManagementAuthentication.GetUsers(Int32, Int32) メソッド

定義

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 、ユーザー名と、ユーザー名が有効かどうかを示す値が含まれています。

適用対象