共用方式為


SPQuery.Method property

取得或設定查詢的外部清單的方法部份的外部 XML。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property Method As String
    Get
    Set
'用途
Dim instance As SPQuery
Dim value As String

value = instance.Method

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

Property value

Type: System.String
查詢的方法目的外部 XML。(非外部清單的a null reference (Nothing in Visual Basic) )。

備註

外部清單,傳回的 XML 定義查詢的方法部份。這包括來執行,以及搜尋篩選條件名稱和值設定搜尋的名稱。如果Method屬性是空的則會以預設搜尋篩選器設定執行預設搜尋]。

請參閱

參照

SPQuery class

SPQuery members

Microsoft.SharePoint namespace