UserDelegationDataSet.ResourceDelegationsRow.DELEGATE_NAME propriedade
Obtém o nome do usuário representado. Somente leitura.
Namespace: WebSvcResource
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property DELEGATE_NAME As String
Get
Set
'Uso
Dim instance As UserDelegationDataSet.ResourceDelegationsRow
Dim value As String
value = instance.DELEGATE_NAME
instance.DELEGATE_NAME = value
public string DELEGATE_NAME { get; set; }
Valor de propriedade
Tipo: System.String
Retorna String.
Ver também
Referência
UserDelegationDataSet.ResourceDelegationsRow classe