次の方法で共有


SecurityProjectCategoriesDataSet.UserRelationsDataTable.Item プロパティ

UserRelationsDataTable行がインデックスで指定されている行を取得します。

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

構文

'宣言
Public ReadOnly Property Item ( _
    index As Integer _
) As SecurityProjectCategoriesDataSet.UserRelationsRow
    Get
'使用
Dim instance As SecurityProjectCategoriesDataSet.UserRelationsDataTable
Dim index As Integer
Dim value As SecurityProjectCategoriesDataSet.UserRelationsRow

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

パラメーター

プロパティ値

型: WebSvcSecurity.SecurityProjectCategoriesDataSet.UserRelationsRow

関連項目

参照先

SecurityProjectCategoriesDataSet.UserRelationsDataTable クラス

SecurityProjectCategoriesDataSet.UserRelationsDataTable メンバー

WebSvcSecurity 名前空間