Share via


SecurityProjectCategoriesDataSet.UserRelationsDataTable.FindByWSEC_CAT_UIDRES_UID method

Gets the UserRelationsRow object specified by the security category and resource.

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

Syntax

'Declaration
Public Function FindByWSEC_CAT_UIDRES_UID ( _
    WSEC_CAT_UID As Guid, _
    RES_UID As Guid _
) As SecurityProjectCategoriesDataSet.UserRelationsRow
'Usage
Dim instance As SecurityProjectCategoriesDataSet.UserRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim RES_UID As Guid
Dim returnValue As SecurityProjectCategoriesDataSet.UserRelationsRow

returnValue = instance.FindByWSEC_CAT_UIDRES_UID(WSEC_CAT_UID, _
    RES_UID)
public SecurityProjectCategoriesDataSet.UserRelationsRow FindByWSEC_CAT_UIDRES_UID(
    Guid WSEC_CAT_UID,
    Guid RES_UID
)

Parameters

  • WSEC_CAT_UID
    Type: System.Guid

    Contains the web security category GUID.

  • RES_UID
    Type: System.Guid

    Contains the resource GUID.

Return value

Type: WebSvcSecurity.SecurityProjectCategoriesDataSet.UserRelationsRow

See also

Reference

SecurityProjectCategoriesDataSet.UserRelationsDataTable class

SecurityProjectCategoriesDataSet.UserRelationsDataTable members

WebSvcSecurity namespace