Share via


SecurityCategoriesDataSet.SecurityCategoryRulesDataTable.RemoveSecurityCategoryRulesRow method

Deletes the specified row object from the SecurityCategoryRulesDataTable.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Sub RemoveSecurityCategoryRulesRow ( _
    row As SecurityCategoriesDataSet.SecurityCategoryRulesRow _
)
'Usage
Dim instance As SecurityCategoriesDataSet.SecurityCategoryRulesDataTable
Dim row As SecurityCategoriesDataSet.SecurityCategoryRulesRow

instance.RemoveSecurityCategoryRulesRow(row)
public void RemoveSecurityCategoryRulesRow(
    SecurityCategoriesDataSet.SecurityCategoryRulesRow row
)

Parameters

See also

Reference

SecurityCategoriesDataSet.SecurityCategoryRulesDataTable class

SecurityCategoriesDataSet.SecurityCategoryRulesDataTable members

WebSvcSecurity namespace