SecurityProjectCategoriesDataSet.UserRelationsDataTable.RemoveUserRelationsRow method
Deletes the specified row object from the GroupPermissionsDataTable.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveUserRelationsRow ( _
row As SecurityProjectCategoriesDataSet.UserRelationsRow _
)
'Usage
Dim instance As SecurityProjectCategoriesDataSet.UserRelationsDataTable
Dim row As SecurityProjectCategoriesDataSet.UserRelationsRow
instance.RemoveUserRelationsRow(row)
public void RemoveUserRelationsRow(
SecurityProjectCategoriesDataSet.UserRelationsRow row
)
Parameters
row
Type: WebSvcSecurity.SecurityProjectCategoriesDataSet.UserRelationsRowContains the row that is to be deleted.
See also
Reference
SecurityProjectCategoriesDataSet.UserRelationsDataTable class
SecurityProjectCategoriesDataSet.UserRelationsDataTable members