Share via


SecurityProjectCategoriesDataSet.GroupRelationsDataTable.AddGroupRelationsRow method (Guid, Guid)

Adds a new GroupRelationsRow object to the GroupRelationsRow table, using the specified parameters.

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

Syntax

'Declaration
Public Function AddGroupRelationsRow ( _
    WSEC_CAT_UID As Guid, _
    WSEC_GRP_UID As Guid _
) As SecurityProjectCategoriesDataSet.GroupRelationsRow
'Usage
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim WSEC_GRP_UID As Guid
Dim returnValue As SecurityProjectCategoriesDataSet.GroupRelationsRow

returnValue = instance.AddGroupRelationsRow(WSEC_CAT_UID, _
    WSEC_GRP_UID)
public SecurityProjectCategoriesDataSet.GroupRelationsRow AddGroupRelationsRow(
    Guid WSEC_CAT_UID,
    Guid WSEC_GRP_UID
)

Parameters

  • WSEC_CAT_UID
    Type: System.Guid

    The security category GUID in a GroupRelationsRow.

  • WSEC_GRP_UID
    Type: System.Guid

    The security group GUID in a GroupRelationsRow.

Return value

Type: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow

See also

Reference

SecurityProjectCategoriesDataSet.GroupRelationsDataTable class

SecurityProjectCategoriesDataSet.GroupRelationsDataTable members

AddGroupRelationsRow overload

WebSvcSecurity namespace