Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the display name of the specified profile property.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<BindableAttribute(True)> _
Public ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As ProfilePropertyDisplayName
Dim value As String
value = instance.DisplayName
[BindableAttribute(true)]
public string DisplayName { get; }
Property Value
Type: System.String
The display name of the profile property.
See Also
Reference
ProfilePropertyDisplayName Class