Share via


SecurityProjectCategoriesDataSet.UserRelationsDataTable.AddUserRelationsRow method (SecurityProjectCategoriesDataSet.UserRelationsRow)

Adds a UserRelationsRow object to the UserRelationsRow table.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

See also

Reference

SecurityProjectCategoriesDataSet.UserRelationsDataTable class

SecurityProjectCategoriesDataSet.UserRelationsDataTable members

AddUserRelationsRow overload

WebSvcSecurity namespace