SPMobileFieldPropertyLabel.FormatString Property
Gets or sets the format of the property's name.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'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; }
Property Value
Type: System.String
A String that represents the format of the property's name. The default is "{0}:".
Remarks
For more information about formatting strings, see Composite Formatting.
See Also
Reference
SPMobileFieldPropertyLabel Class
SPMobileFieldPropertyLabel Members
Microsoft.SharePoint.MobileControls Namespace