ProfilePropertyDisplayName.DisplayName Property
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