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