UserDelegationDataSet.ResourceDelegationsRow.DELEGATE_UID property
Gets or sets the GUID of the impersonated user.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DELEGATE_UID As Guid
Get
Set
'Usage
Dim instance As UserDelegationDataSet.ResourceDelegationsRow
Dim value As Guid
value = instance.DELEGATE_UID
instance.DELEGATE_UID = value
public Guid DELEGATE_UID { get; set; }
Property value
Type: System.Guid
Returns Guid.
See also
Reference
UserDelegationDataSet.ResourceDelegationsRow class