Freigeben über


SecurityProjectCategoriesDataSet.GroupRelationsDataTable.FindByWSEC_CAT_UIDWSEC_GRP_UID-Methode

Ruft das GroupRelationsRow -Objekt, das durch die Sicherheit Kategorie- und Gruppeneinstellungen angegeben wird.

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

Syntax

'Declaration
Public Function FindByWSEC_CAT_UIDWSEC_GRP_UID ( _
    WSEC_CAT_UID As Guid, _
    WSEC_GRP_UID As Guid _
) As SecurityProjectCategoriesDataSet.GroupRelationsRow
'Usage
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
)

Parameter

  • WSEC_CAT_UID
    Typ: System.Guid

    Enthält die Web Sicherheitskategorie-GUID.

  • WSEC_GRP_UID
    Typ: System.Guid

    Enthält die Web Sicherheitsgruppen-GUID.

Rückgabewert

Typ: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow

Siehe auch

Referenz

SecurityProjectCategoriesDataSet.GroupRelationsDataTable Klasse

SecurityProjectCategoriesDataSet.GroupRelationsDataTable-Member

WebSvcSecurity-Namespace