Share via


Utils.InPreviewMode Property

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

'Usage
Dim value As Boolean

value = Utils.InPreviewMode

Syntax

'Declaration
Public Shared ReadOnly Property InPreviewMode As Boolean
public static bool InPreviewMode { get; }
public:
static property bool InPreviewMode {
    bool get ();
}
/** @property */
public static boolean get_InPreviewMode ()
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

Reference

Utils Class
Utils Members
Microsoft.MetadirectoryServices Namespace