SecurityCategoriesDataSet.GroupRelationsDataTable.Item property
Gets a row in the GroupRelationsDataTable, where the row is specified by an index.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As SecurityCategoriesDataSet.GroupRelationsRow
Get
'Usage
Dim instance As SecurityCategoriesDataSet.GroupRelationsDataTable
Dim index As Integer
Dim value As SecurityCategoriesDataSet.GroupRelationsRow
value = instance.Item(index)
public SecurityCategoriesDataSet.GroupRelationsRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcSecurity.SecurityCategoriesDataSet.GroupRelationsRow
See also
Reference
SecurityCategoriesDataSet.GroupRelationsDataTable class