SubwebQuery.ConfigurationFilter 屬性
取得或設定值,指定用來準備網站的網站範本。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property ConfigurationFilter As Integer
Get
Set
'用途
Dim instance As SubwebQuery
Dim value As Integer
value = instance.ConfigurationFilter
instance.ConfigurationFilter = value
public int ConfigurationFilter { get; set; }
屬性值
類型:System.Int32
Int32
用來提供此網站的網站範本。這個屬性會預設為-1,這表示網站範本不會篩選查詢。此屬性的值不能小於-1。