SecurityProjectCategoriesDataSet.UserRelationsDataTable.RemoveUserRelationsRow Method
Deletes the specified row object from the GroupPermissionsDataTable.
Namespace: [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl
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: [Security Web service].SecurityProjectCategoriesDataSet.UserRelationsRow
Contains the row that is to be deleted.
See Also
Reference
SecurityProjectCategoriesDataSet.UserRelationsDataTable Class
SecurityProjectCategoriesDataSet.UserRelationsDataTable Members