Gets or sets the root node description for the console parent node. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ConsoleParentNode
Dim value As RootNodeDescription

value = instance.ConsoleNodeDescription

instance.ConsoleNodeDescription = value

Syntax

Visual Basic
Public Property ConsoleNodeDescription As RootNodeDescription
C#
public RootNodeDescription ConsoleNodeDescription { get; set; }
C++
public:
property RootNodeDescription^ ConsoleNodeDescription {
		RootNodeDescription^ get ();
		void set (RootNodeDescription^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public RootNodeDescription get_ConsoleNodeDescription ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ConsoleNodeDescription (RootNodeDescription value)
JScript
DebuggerStepThroughAttribute 
public function get ConsoleNodeDescription () : RootNodeDescription

DebuggerStepThroughAttribute 
public function set ConsoleNodeDescription (value : RootNodeDescription)

Property Value

RootNodeDescription object.

Remarks

Your application can use the childNodes method to find out whether nodes further up in the hierarchy are to be created by the console parent node in response to a base query or when the node is expanded, in the case of a root node.


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