UserDelegationDataSet.ResourceDelegationsRow.DELEGATE_NAME property
Obtém o nome do usuário representado. Somente leitura.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'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; }
Property value
Type: System.String
Retorna String.
See also
Reference
UserDelegationDataSet.ResourceDelegationsRow class