Gets the list of connected nodes for the snap-in. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsSnapInBase
Dim value As List(Of RootNodeDescription)

value = instance.ConnectedNodes

Syntax

Visual Basic
Public ReadOnly Property ConnectedNodes As List(Of RootNodeDescription)
C#
public List<RootNodeDescription> ConnectedNodes { get; }
C++
public:
property List<RootNodeDescription^>^ ConnectedNodes {
		List<RootNodeDescription^>^ get ();
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public List<RootNodeDescription> get_ConnectedNodes ()
JScript
DebuggerStepThroughAttribute 
public function get ConnectedNodes () : List<RootNodeDescription>

Property Value

System.Collections.Generic.List object that represents RootNodeDescription objects for the connected nodes.

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