SecurityProjectCategoriesDataSet.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 SecurityProjectCategoriesDataSet.UserRelationsRow
Get
'Usage
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; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcSecurity.SecurityProjectCategoriesDataSet.UserRelationsRow
See also
Reference
SecurityProjectCategoriesDataSet.UserRelationsDataTable class
SecurityProjectCategoriesDataSet.UserRelationsDataTable members