SPSite.IsEvalSite property
表示網站集合或不是升級的評估網站集合
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property IsEvalSite As Boolean
Get
'用途
Dim instance As SPSite
Dim value As Boolean
value = instance.IsEvalSite
public bool IsEvalSite { get; }
Property value
Type: System.Boolean