SPField.XPath property
取得或設定 XPath 運算式的欄位。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property XPath As String
Get
Set
'用途
Dim instance As SPField
Dim value As String
value = instance.XPath
instance.XPath = value
public string XPath { get; set; }
Property value
Type: System.String
含有 XPath 運算式字串。