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