UserDelegationDataSet.ResourceDelegationsRow.DELEGATION_UID propriedade
Obtém ou define a GUID de delegação.
Namespace: WebSvcResource
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property DELEGATION_UID As Guid
Get
Set
'Uso
Dim instance As UserDelegationDataSet.ResourceDelegationsRow
Dim value As Guid
value = instance.DELEGATION_UID
instance.DELEGATION_UID = value
public Guid DELEGATION_UID { get; set; }
Valor de propriedade
Tipo: System.Guid
Retorna Guid.
Ver também
Referência
UserDelegationDataSet.ResourceDelegationsRow classe