Microsoft Identity Integration Server 2003 Developer Reference

Utils.InPreviewMode

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.
[C#]
public Boolean InPreviewMode {get;}
[Visual Basic .NET]
Public ReadOnly Property InPreviewMode As Boolean

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

Utils