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

See Also

Reference

SPExportSettings Class

SPExportSettings Members

Microsoft.SharePoint.Deployment Namespace