SPExportSettings.TestRun property
取得或設定值,指定是否要完成執行測試。
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property TestRun As Boolean
Get
Set
'用途
Dim instance As SPExportSettings
Dim value As Boolean
value = instance.TestRun
instance.TestRun = value
public bool TestRun { get; set; }
Property value
Type: System.Boolean