次の方法で共有


ResourceAuthorizationDataSet.GroupMembershipsDataTable.Item プロパティ

GlobalPermissionsDataTable行がインデックスで指定されている内の row オブジェクトを取得します。

名前空間:  WebSvcResource
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public ReadOnly Property Item ( _
    index As Integer _
) As ResourceAuthorizationDataSet.GroupMembershipsRow
    Get
'使用
Dim instance As ResourceAuthorizationDataSet.GroupMembershipsDataTable
Dim index As Integer
Dim value As ResourceAuthorizationDataSet.GroupMembershipsRow

value = instance.Item(index)
public ResourceAuthorizationDataSet.GroupMembershipsRow this[
    int index
] { get; }

パラメーター

プロパティ値

型: WebSvcResource.ResourceAuthorizationDataSet.GroupMembershipsRow

関連項目

参照先

ResourceAuthorizationDataSet.GroupMembershipsDataTable クラス

ResourceAuthorizationDataSet.GroupMembershipsDataTable メンバー

WebSvcResource 名前空間