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