Gets a value indicating whether the form should be displayed. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ISmsMultiPageForm
Dim value As Boolean

value = instance.ShowForm

Syntax

Visual Basic
ReadOnly Property ShowForm As Boolean
C#
bool ShowForm { get; }
C++
property bool ShowForm {
		bool get ();
}
J#
/** @property */
boolean get_ShowForm ()
JScript
function get ShowForm () : boolean

Property Value

true if the form should be displayed; otherwise false.

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

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also