: ProfilePropertyDisplayName.DisplayName (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Returns the display name of the specified profile property.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<BindableAttribute(True)> _
<DefaultValueAttribute("")> _
<CategoryAttribute("Appearance")> _
Public ReadOnly Property DisplayName As String
'Uso
Dim instance As ProfilePropertyDisplayName
Dim value As String
value = instance.DisplayName
[BindableAttribute(true)]
[DefaultValueAttribute("")]
[CategoryAttribute("Appearance")]
public string DisplayName { get; }
Valor de propiedad
The display name of the profile property.
Vea también
Referencia
ProfilePropertyDisplayName (Clase)
ProfilePropertyDisplayName (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)