de la propiedad PjMembershipUser.DelegateName
NOTA: esta API está ahora obsoleta.
Obtiene o establece el nombre de un delegado para el usuario.
Espacio de nombres: Microsoft.Office.Project.Server.Library
Ensamblado: Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("in o15")> _
Public Property DelegateName As String
Get
Set
'Uso
Dim instance As PjMembershipUser
Dim value As String
value = instance.DelegateName
instance.DelegateName = value
[ObsoleteAttribute("in o15")]
public string DelegateName { get; set; }
Valor de propiedad
Tipo: System.String
Devuelve String.
Implementaciones
IPjMembershipUser.DelegateName