ISmsMultiPageForm.ShowForm Property
Gets a value indicating whether the form should be displayed.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ISmsMultiPageForm
Dim value As Boolean
value = instance.ShowForm
Syntax
'Declaration
ReadOnly Property ShowForm As Boolean
bool ShowForm { get; }
property bool ShowForm {
bool get ();
}
/** @property */
boolean get_ShowForm ()
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
Reference
ISmsMultiPageForm Interface
ISmsMultiPageForm Members
Microsoft.ConfigurationManagement.AdminConsole Namespace