ScopeNode.ShowPropertySheet Method (String)
Displays a property sheet for the scope node. This method brings an existing sheet to the foreground.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool ShowPropertySheet(
string title
)
public:
bool ShowPropertySheet(
String^ title
)
member ShowPropertySheet :
title:string -> bool
Public Function ShowPropertySheet (
title As String
) As Boolean
Parameters
title
Type: System.StringThe title of the property sheet to be displayed.
Return Value
Type: System.Boolean
False if the property sheet is already being displayed; true otherwise.
See Also
ShowPropertySheet Overload
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top