SecurityProjectCategoriesDataSet.GroupRelationsDataTable.RemoveGroupRelationsRow Method
Deletes the specified row object from the GroupRelationsRow.
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 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
- row
Type: [Security Web service].SecurityProjectCategoriesDataSet.GroupRelationsRow
Contains the row that is to be deleted.
See Also
Reference
SecurityProjectCategoriesDataSet.GroupRelationsDataTable Class
SecurityProjectCategoriesDataSet.GroupRelationsDataTable Members