Reads the connected console tree and generates a nodes root description. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim consoleXml As String
Dim returnValue As NodesRootDescription

returnValue = LoadXmlHelpers.ReadConnectedConsoleTree(consoleXml)

Syntax

Visual Basic
Public Shared Function ReadConnectedConsoleTree ( _
		consoleXml As String _
) As NodesRootDescription
C#
public static NodesRootDescription ReadConnectedConsoleTree (
		string consoleXml
)
C++
public:
static NodesRootDescription^ ReadConnectedConsoleTree (
		String^ consoleXml
)
J#
public static NodesRootDescription ReadConnectedConsoleTree (
		String consoleXml
)
JScript
public static function ReadConnectedConsoleTree (
		consoleXml : String
) : NodesRootDescription

Parameters

consoleXml

[in] Console XML.

Return Value

NodesRootDescription 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