SecurityProjectCategoriesDataSet.GroupRelationsDataTable.AddGroupRelationsRow Method (SecurityProjectCategoriesDataSet.GroupRelationsRow)
Adds a GroupRelationsRow object to the GroupRelationsRow table, using the specified parameter.
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 AddGroupRelationsRow ( _
row As SecurityProjectCategoriesDataSet.GroupRelationsRow _
)
'Usage
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Dim row As SecurityProjectCategoriesDataSet.GroupRelationsRow
instance.AddGroupRelationsRow(row)
public void AddGroupRelationsRow(
SecurityProjectCategoriesDataSet.GroupRelationsRow row
)
Parameters
- row
Type: [Security Web service].SecurityProjectCategoriesDataSet.GroupRelationsRow
Contains the row that is to be added.
See Also
Reference
SecurityProjectCategoriesDataSet.GroupRelationsDataTable Class
SecurityProjectCategoriesDataSet.GroupRelationsDataTable Members