SecurityCategoriesDataSet.UserRelationsDataTable.Item property
Gets a row in the UserRelationsDataTable, 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.UserRelationsRow
Get
'Usage
Dim instance As SecurityCategoriesDataSet.UserRelationsDataTable
Dim index As Integer
Dim value As SecurityCategoriesDataSet.UserRelationsRow
value = instance.Item(index)
public SecurityCategoriesDataSet.UserRelationsRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcSecurity.SecurityCategoriesDataSet.UserRelationsRow
See also
Reference
SecurityCategoriesDataSet.UserRelationsDataTable class