ProfilePropertyValue.ApplyFormatting Property
Gets or sets a Boolean value that specifies whether HTML formatting should be applied to the value.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ApplyFormatting As Boolean
Get
Set
'Usage
Dim instance As ProfilePropertyValue
Dim value As Boolean
value = instance.ApplyFormatting
instance.ApplyFormatting = value
public bool ApplyFormatting { get; set; }
Property Value
Type: System.Boolean
true if the value should be formatted; otherwise, false. The default is true.