Compartir a través de


del método SecurityProjectCategoriesDataSet.GroupRelationsDataTable.FindByWSEC_CAT_UIDWSEC_GRP_UID

Obtiene el objeto GroupRelationsRow especificado por el grupo y la categoría de seguridad.

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

Sintaxis

'Declaración
Public Function FindByWSEC_CAT_UIDWSEC_GRP_UID ( _
    WSEC_CAT_UID As Guid, _
    WSEC_GRP_UID As Guid _
) As SecurityProjectCategoriesDataSet.GroupRelationsRow
'Uso
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim WSEC_GRP_UID As Guid
Dim returnValue As SecurityProjectCategoriesDataSet.GroupRelationsRow

returnValue = instance.FindByWSEC_CAT_UIDWSEC_GRP_UID(WSEC_CAT_UID, _
    WSEC_GRP_UID)
public SecurityProjectCategoriesDataSet.GroupRelationsRow FindByWSEC_CAT_UIDWSEC_GRP_UID(
    Guid WSEC_CAT_UID,
    Guid WSEC_GRP_UID
)

Parámetros

  • WSEC_CAT_UID
    Tipo: System.Guid

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

  • WSEC_GRP_UID
    Tipo: System.Guid

    Contiene el GUID de grupo de seguridad web.

Valor devuelto

Tipo: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow

Vea también

Referencia

clase SecurityProjectCategoriesDataSet.GroupRelationsDataTable

Miembros SecurityProjectCategoriesDataSet.GroupRelationsDataTable

Espacio de nombres WebSvcSecurity