Compartilhar via


PSContextInfo.DelegateName propriedade

Obtém ou define o nome do representante para o usuário, quando a delegação está ativa.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property DelegateName As String
    Get
    Set
'Uso
Dim instance As PSContextInfo
Dim value As String

value = instance.DelegateName

instance.DelegateName = value
[DataMemberAttribute]
public string DelegateName { get; set; }

Valor de propriedade

Tipo: System.String
Nome do representante para o usuário.

Implementos

IPSContextInfo.DelegateName

Ver também

Referência

PSContextInfo classe

PSContextInfo membros

Microsoft.Office.Project.Server.Library namespace