SecurityProjectCategoriesDataSet.UserRelationsDataTable.FindByWSEC_CAT_UIDRES_UID - Méthode
Obtient l'objet UserRelationsRow spécifié par la catégorie de sécurité et des ressources.
Espace de noms : WebSvcSecurity
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Function FindByWSEC_CAT_UIDRES_UID ( _
WSEC_CAT_UID As Guid, _
RES_UID As Guid _
) As SecurityProjectCategoriesDataSet.UserRelationsRow
'Utilisation
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
)
Paramètres
WSEC_CAT_UID
Type : System.GuidContient le GUID de la catégorie de sécurité web.
RES_UID
Type : System.GuidContient le GUID de ressource.
Valeur renvoyée
Type : WebSvcSecurity.SecurityProjectCategoriesDataSet.UserRelationsRow
Voir aussi
Référence
SecurityProjectCategoriesDataSet.UserRelationsDataTable classe
SecurityProjectCategoriesDataSet.UserRelationsDataTable - Membres