de la propiedad PSContextInfo.DelegateName
Obtiene o establece el nombre del delegado de usuario, cuando se activa la delegación.
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 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 propiedad
Tipo: System.String
Nombre del usuario delegado.