Leer en inglés

Compartir a través de


SecurityProjectCategoriesDataSet.UserPermissionsDataTable.FindByWSEC_CAT_UIDRES_UIDWSEC_FEA_ACT_UID Method

Gets the UserPermissionsRow object specified by the security category, resource, and security action.

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 FindByWSEC_CAT_UIDRES_UIDWSEC_FEA_ACT_UID ( _
    WSEC_CAT_UID As Guid, _
    RES_UID As Guid, _
    WSEC_FEA_ACT_UID As Guid _
) As SecurityProjectCategoriesDataSet.UserPermissionsRow
'Usage
Dim instance As SecurityProjectCategoriesDataSet.UserPermissionsDataTable
Dim WSEC_CAT_UID As Guid
Dim RES_UID As Guid
Dim WSEC_FEA_ACT_UID As Guid
Dim returnValue As SecurityProjectCategoriesDataSet.UserPermissionsRow

returnValue = instance.FindByWSEC_CAT_UIDRES_UIDWSEC_FEA_ACT_UID(WSEC_CAT_UID, _
    RES_UID, WSEC_FEA_ACT_UID)
public SecurityProjectCategoriesDataSet.UserPermissionsRow FindByWSEC_CAT_UIDRES_UIDWSEC_FEA_ACT_UID(
    Guid WSEC_CAT_UID,
    Guid RES_UID,
    Guid WSEC_FEA_ACT_UID
)

Parameters

  • WSEC_CAT_UID
    Type: System.Guid
    Contains the web security category GUID.
  • RES_UID
    Type: System.Guid
    Contains the resource GUID.
  • WSEC_FEA_ACT_UID
    Type: System.Guid
    Contains the web security feature action GUID.

Return Value

Type: [Security Web service].SecurityProjectCategoriesDataSet.UserPermissionsRow

See Also

Reference

SecurityProjectCategoriesDataSet.UserPermissionsDataTable Class

SecurityProjectCategoriesDataSet.UserPermissionsDataTable Members

Security Web Service