SPFieldLink.Customization property
取得或設定 string Collaborative Application Markup Language (CAML)定義自訂欄位內容中。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.String
CAML包含一組Field元素,以定義欄位的屬性的字串。
請參閱
參照
Microsoft.SharePoint namespace