ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsDataTable.Item Property
Gets a row in the SecurityPrincipleCategoryRelationsDataTable, where the row is specified by an index.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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.Int32
Specifies the row.
Property Value
Type: [Resource Web service].ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsRow
See Also
Reference
ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsDataTable Class
ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsDataTable Members