Compartir a través de


de la propiedad PSContextInfo.UserName

Obtiene o establece el nombre del usuario de Project Server.

Espacio de nombres:  Microsoft.Office.Project.Server.Library
Ensamblado:  Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)

Sintaxis

'Declaración
<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 propiedad

Tipo: System.String
El nombre de usuario.

Implementaciones

IPSContextInfo.UserName

Vea también

Referencia

clase PSContextInfo

Miembros PSContextInfo

Espacio de nombres Microsoft.Office.Project.Server.Library