SPMobileFormattedString.FormatText property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FormatText As String
Get
Set
'Usage
Dim instance As SPMobileFormattedString
Dim value As String
value = instance.FormatText
instance.FormatText = value
public string FormatText { get; set; }
Property value
Type: System.String