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