SubwebQuery.WebTemplateFilter 屬性
取得或設定值,指定定義網站基底結構的網站定義中使用的範本。
命名空間: 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 WebTemplateFilter As Integer
Get
Set
'用途
Dim instance As SubwebQuery
Dim value As Integer
value = instance.WebTemplateFilter
instance.WebTemplateFilter = value
public int WebTemplateFilter { get; set; }
屬性值
類型:System.Int32
Int32
在網站定義中使用的範本。這個屬性會預設為-1,表示查詢不會篩選的任何範本。此屬性的值不能小於-1。