SecurityProjectCategoriesDataSet.GroupRelationsDataTable.Item プロパティ
GroupRelationsDataTable行がインデックスで指定されている行を取得します。
名前空間: WebSvcSecurity
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public ReadOnly Property Item ( _
index As Integer _
) As SecurityProjectCategoriesDataSet.GroupRelationsRow
Get
'使用
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Dim index As Integer
Dim value As SecurityProjectCategoriesDataSet.GroupRelationsRow
value = instance.Item(index)
public SecurityProjectCategoriesDataSet.GroupRelationsRow this[
int index
] { get; }
パラメーター
index
型: System.Int32行を指定します。
プロパティ値
型: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow
関連項目
参照先
SecurityProjectCategoriesDataSet.GroupRelationsDataTable クラス
SecurityProjectCategoriesDataSet.GroupRelationsDataTable メンバー