SPFieldMultiLineText.RichText-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob im Feld rich-Text-Formatierung verwendet werden kann.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RichText As Boolean
Get
Set
'Usage
Dim instance As SPFieldMultiLineText
Dim value As Boolean
value = instance.RichText
instance.RichText = value
public bool RichText { get; set; }
Eigenschaftswert
Typ: System.Boolean
true Wenn rich-Text-Formatierung verwendet werden kann; andernfalls false.