SPExportSettings.TestRun Property
Gets or sets a value specifying whether to complete a test run.
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