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)
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
Microsoft.SharePoint namespace