Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the console object that exposes the functionality of the main MMC console window.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Console Console { get; }
public:
property Console^ Console {
Console^ get();
}
member Console : Console with get
Public ReadOnly Property Console As Console
Property Value
Type: Microsoft.ManagementConsole.Advanced.Console
The console object that exposes the functionality.
See Also
NamespaceSnapInBase Class
Microsoft.ManagementConsole Namespace
Return to top