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
'Declaration
Public Property TestRun As Boolean
Get
Set
'Usage
Dim instance As SPExportSettings
Dim value As Boolean
value = instance.TestRun
instance.TestRun = value
public bool TestRun { get; set; }
Property value
Type: System.Boolean