Share via


SecurityProjectCategoriesDataSet.GroupRelationsDataTable.AddGroupRelationsRow method (SecurityProjectCategoriesDataSet.GroupRelationsRow)

Adds a GroupRelationsRow object to the GroupRelationsRow table, using the specified parameter.

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

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

See also

Reference

SecurityProjectCategoriesDataSet.GroupRelationsDataTable class

SecurityProjectCategoriesDataSet.GroupRelationsDataTable members

AddGroupRelationsRow overload

WebSvcSecurity namespace