FormattedStringWithListType.AllowSimpleTextFormatting property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowSimpleTextFormatting As Boolean
Get
Set
'Usage
Dim instance As FormattedStringWithListType
Dim value As Boolean
value = instance.AllowSimpleTextFormatting
instance.AllowSimpleTextFormatting = value
public bool AllowSimpleTextFormatting { get; set; }
Property value
Type: System.Boolean
See also
Reference
FormattedStringWithListType class