SPFieldLink.Customization 属性

获取或设置一个 string 中协作应用程序标记语言 (CAML)定义自定义字段属性。

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

语法

声明
Public Property Customization As String
    Get
    Set
用法
Dim instance As SPFieldLink
Dim value As String

value = instance.Customization

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

属性值

类型:System.String
CAML包含一组定义的字段的属性的Field元素中的字符串。

另请参阅

引用

SPFieldLink 类

SPFieldLink 成员

Microsoft.SharePoint 命名空间

PropertySchema

其他资源

Fields and Field References

Introduction to Columns

Introduction to Content Types