Gets or sets the console root description for the console snap-in, which has no directly associated objects or query results. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim value As ConsoleRootDescription

value = Me.ConsoleRootObject

Me.ConsoleRootObject = value

Syntax

Visual Basic
Protected Property ConsoleRootObject As ConsoleRootDescription
C#
protected ConsoleRootDescription ConsoleRootObject { get; set; }
C++
protected:
property ConsoleRootDescription^ ConsoleRootObject {
		ConsoleRootDescription^ get ();
		void set (ConsoleRootDescription^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected ConsoleRootDescription get_ConsoleRootObject ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected void set_ConsoleRootObject (ConsoleRootDescription value)
JScript
DebuggerStepThroughAttribute 
protected function get ConsoleRootObject () : ConsoleRootDescription

DebuggerStepThroughAttribute 
protected function set ConsoleRootObject (value : ConsoleRootDescription)

Property Value

ConsoleRootDescription object.

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