SecurityProjectCategoriesDataSet.GroupRelationsDataTable.AddGroupRelationsRow Method (Guid, Guid)

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

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 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: [Security Web service].SecurityProjectCategoriesDataSet.GroupRelationsRow

See Also

Reference

SecurityProjectCategoriesDataSet.GroupRelationsDataTable Class

SecurityProjectCategoriesDataSet.GroupRelationsDataTable Members

AddGroupRelationsRow Overload

Security Web Service