StatusTransactionDataSet.StatusTransactionsRow.DELEGATEE_RES_UID Property
Indicates the unique identifier of the user receiving the delegation rights for the specified resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property DELEGATEE_RES_UID As Guid
Get
Set
'Usage
Dim instance As StatusTransactionDataSet.StatusTransactionsRow
Dim value As Guid
value = instance.DELEGATEE_RES_UID
instance.DELEGATEE_RES_UID = value
public Guid DELEGATEE_RES_UID { get; set; }
Property Value
Type: System.Guid
See Also
Reference
StatusTransactionDataSet.StatusTransactionsRow Class