Share via


ResourceAuthorizationDataSet.CategoryPermissionsDataTable.FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID method

Retrieves a CategoryPermissionsRow object by using the category GUID, the resource GUID, and the active feature GUID.

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

Syntax

'Declaration
Public Function FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID ( _
    WSEC_CAT_UID As Guid, _
    WSEC_FEA_ACT_UID As Guid, _
    RES_UID As Guid _
) As ResourceAuthorizationDataSet.CategoryPermissionsRow
'Usage
Dim instance As ResourceAuthorizationDataSet.CategoryPermissionsDataTable
Dim WSEC_CAT_UID As Guid
Dim WSEC_FEA_ACT_UID As Guid
Dim RES_UID As Guid
Dim returnValue As ResourceAuthorizationDataSet.CategoryPermissionsRow

returnValue = instance.FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID(WSEC_CAT_UID, _
    WSEC_FEA_ACT_UID, RES_UID)
public ResourceAuthorizationDataSet.CategoryPermissionsRow FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID(
    Guid WSEC_CAT_UID,
    Guid WSEC_FEA_ACT_UID,
    Guid RES_UID
)

Parameters

  • WSEC_CAT_UID
    Type: System.Guid

    Contains the GUID of the Web security permissions category.

  • WSEC_FEA_ACT_UID
    Type: System.Guid

    Contains the GUID of the active feature that is managed by Web security.

  • RES_UID
    Type: System.Guid

    Contains the resource GUID.

Return value

Type: WebSvcResource.ResourceAuthorizationDataSet.CategoryPermissionsRow

See also

Reference

ResourceAuthorizationDataSet.CategoryPermissionsDataTable class

ResourceAuthorizationDataSet.CategoryPermissionsDataTable members

WebSvcResource namespace