Compartir a través de


del método SecurityProjectCategoriesDataSet.UserRelationsDataTable.FindByWSEC_CAT_UIDRES_UID

Obtiene el objeto UserRelationsRow especificado por la categoría de seguridad y los recursos.

Espacio de nombres:  WebSvcSecurity
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Function FindByWSEC_CAT_UIDRES_UID ( _
    WSEC_CAT_UID As Guid, _
    RES_UID As Guid _
) As SecurityProjectCategoriesDataSet.UserRelationsRow
'Uso
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
)

Parámetros

  • WSEC_CAT_UID
    Tipo: System.Guid

    Contiene el identificador GUID de la categoría de seguridad web.

  • RES_UID
    Tipo: System.Guid

    Contiene el GUID del recurso.

Valor devuelto

Tipo: WebSvcSecurity.SecurityProjectCategoriesDataSet.UserRelationsRow

Vea también

Referencia

clase SecurityProjectCategoriesDataSet.UserRelationsDataTable

Miembros SecurityProjectCategoriesDataSet.UserRelationsDataTable

Espacio de nombres WebSvcSecurity