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
row
Type: WebSvcSecurity.SecurityCategoriesDataSet.SecurityCategoryRulesRowContains the row that is to be deleted.
See also
Reference
SecurityCategoriesDataSet.SecurityCategoryRulesDataTable class
SecurityCategoriesDataSet.SecurityCategoryRulesDataTable members