SPWebTemplate.IsFarmWideTemplate property
取得布林值,這個值表示是否這個範本可以用來建立站台 Sharepoint 伺服陣列。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable ReadOnly Property IsFarmWideTemplate As Boolean
Get
'用途
Dim instance As SPWebTemplate
Dim value As Boolean
value = instance.IsFarmWideTemplate
public virtual bool IsFarmWideTemplate { get; }
Property value
Type: System.Boolean
true如果此範本可用來建立站台 SharePoint 伺服陣列中 ;否則, false。