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
row
Type: WebSvcSecurity.SecurityProjectCategoriesDataSet.UserRelationsRowContains the row that is to be added.
See also
Reference
SecurityProjectCategoriesDataSet.UserRelationsDataTable class
SecurityProjectCategoriesDataSet.UserRelationsDataTable members