SPFieldLink.Customization Property

Gets or sets a string in Collaborative Application Markup Language (CAML) that defines custom field properties.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property Customization As String
    Get
    Set
'Usage
Dim instance As SPFieldLink
Dim value As String

value = instance.Customization

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

Property Value

Type: System.String
A string in CAML that contains a set of Field elements that define properties of the field.

See Also

Reference

SPFieldLink Class

SPFieldLink Members

Microsoft.SharePoint Namespace

PropertySchema

Other Resources

Fields and Field References

Introduction to Columns

Introduction to Content Types