Compartilhar via


PSContextInfo.UserName propriedade

Obtém ou define o nome do usuário do Project Server.

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 UserName As String
    Get
    Set
'Uso
Dim instance As PSContextInfo
Dim value As String

value = instance.UserName

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

Valor de propriedade

Tipo: System.String
O nome de usuário.

Implementos

IPSContextInfo.UserName

Ver também

Referência

PSContextInfo classe

PSContextInfo membros

Microsoft.Office.Project.Server.Library namespace