UserDelegationDataSet.ResourceDelegationsRow.DELEGATE_UID - Propriété
Obtient ou définit le GUID de l'utilisateur avec emprunt d'identité.
Espace de noms : WebSvcResource
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property DELEGATE_UID As Guid
Get
Set
'Utilisation
Dim instance As UserDelegationDataSet.ResourceDelegationsRow
Dim value As Guid
value = instance.DELEGATE_UID
instance.DELEGATE_UID = value
public Guid DELEGATE_UID { get; set; }
Valeur de propriété
Type : System.Guid
Cette propriété renvoie Guid.
Voir aussi
Référence
UserDelegationDataSet.ResourceDelegationsRow classe