SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsDataTable.Item Property
Gets a row in the SecurityPrincipleCategoryRelationsDataTable, where the row is specified by an index.
Namespace: [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRow
Get
'Usage
Dim instance As SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsDataTable
Dim index As Integer
Dim value As SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRow
value = instance.Item(index)
public SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [Security Web service].SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRow
See Also
Reference
SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsDataTable Class
SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsDataTable Members