Share via


SecurityProjectCategoriesDataSet.GroupRelationsDataTable.RemoveGroupRelationsRow method

Deletes the specified row object from the GroupRelationsRow.

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

Syntax

'Declaration
Public Sub RemoveGroupRelationsRow ( _
    row As SecurityProjectCategoriesDataSet.GroupRelationsRow _
)
'Usage
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Dim row As SecurityProjectCategoriesDataSet.GroupRelationsRow

instance.RemoveGroupRelationsRow(row)
public void RemoveGroupRelationsRow(
    SecurityProjectCategoriesDataSet.GroupRelationsRow row
)

Parameters

See also

Reference

SecurityProjectCategoriesDataSet.GroupRelationsDataTable class

SecurityProjectCategoriesDataSet.GroupRelationsDataTable members

WebSvcSecurity namespace