The InPreviewMode property determines if the current operation is running in preview mode. This property is true if the current operation is running in preview mode or false if the current operation is not running in preview mode.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim value As Boolean

value = Utils.InPreviewMode

Syntax

Visual Basic
Public Shared ReadOnly Property InPreviewMode As Boolean
C#
public static bool InPreviewMode { get; }
C++
public:
static property bool InPreviewMode {
		bool get ();
}
J#
/** @property */
public static boolean get_InPreviewMode ()
JScript
public static function get InPreviewMode () : boolean

Property Value

Returns Boolean.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also