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