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