Share via


SecurityProjectCategoriesDataSet.GroupRelationsDataTable.FindByWSEC_CAT_UIDWSEC_GRP_UID method

Gets the GroupRelationsRow object that is specified by the security category and group.

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

Syntax

'Declaration
Public Function FindByWSEC_CAT_UIDWSEC_GRP_UID ( _
    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.FindByWSEC_CAT_UIDWSEC_GRP_UID(WSEC_CAT_UID, _
    WSEC_GRP_UID)
public SecurityProjectCategoriesDataSet.GroupRelationsRow FindByWSEC_CAT_UIDWSEC_GRP_UID(
    Guid WSEC_CAT_UID,
    Guid WSEC_GRP_UID
)

Parameters

  • WSEC_CAT_UID
    Type: System.Guid

    Contains the web security category GUID.

  • WSEC_GRP_UID
    Type: System.Guid

    Contains the web security group GUID.

Return value

Type: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow

See also

Reference

SecurityProjectCategoriesDataSet.GroupRelationsDataTable class

SecurityProjectCategoriesDataSet.GroupRelationsDataTable members

WebSvcSecurity namespace