UserDelegationDataSet.ResourceDelegationsRow.DELEGATE_UID Property
Gets or sets the GUID of the impersonated user.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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