ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsDataTable.FindByWSEC_CAT_UIDRES_UID Method

Retrieves a SecurityPrincipleCategoryRelationsRow object by using the specified web security category GUID and the resource GUID.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Function FindByWSEC_CAT_UIDRES_UID ( _
    WSEC_CAT_UID As Guid, _
    RES_UID As Guid _
) As ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsRow
'Usage
Dim instance As ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim RES_UID As Guid
Dim returnValue As ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsRow

returnValue = instance.FindByWSEC_CAT_UIDRES_UID(WSEC_CAT_UID, _
    RES_UID)
public ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsRow FindByWSEC_CAT_UIDRES_UID(
    Guid WSEC_CAT_UID,
    Guid RES_UID
)

Parameters

  • WSEC_CAT_UID
    Type: System.Guid
    Contains the GUID of the Web security permissions category.
  • RES_UID
    Type: System.Guid
    Contains the resource GUID.

Return Value

Type: [Resource Web service].ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsRow

See Also

Reference

ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsDataTable Class

ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsDataTable Members

Resource Web Service