SPMobileFieldPropertyLabel.FormatString 属性

获取或设置该属性的名称的格式。

命名空间:  Microsoft.SharePoint.Mobile.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property FormatString As String
    Get
    Set
用法
Dim instance As SPMobileFieldPropertyLabel
Dim value As String

value = instance.FormatString

instance.FormatString = value
public string FormatString { get; set; }

属性值

类型:System.String
代表属性的名称的格式String 。默认值是"{0}:"。

备注

For more information about formatting strings, see Composite Formatting.

另请参阅

引用

SPMobileFieldPropertyLabel 类

SPMobileFieldPropertyLabel 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间

其他资源

Composite Formatting