SPMobileFieldPropertyLabel.FormatString Property
Gets or sets the format of the property's name.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property FormatString As String
Get
Set
'Usage
Dim instance As SPMobileFieldPropertyLabel
Dim value As String
value = instance.FormatString
instance.FormatString = value
public string FormatString { get; set; }
Type: System.String
A String that represents the format of the property's name. The default is "{0}:".
For more information about formatting strings, see Composite Formatting.
SPMobileFieldPropertyLabel Class
SPMobileFieldPropertyLabel Members