SmsSnapInBase.ConnectedNodes Property
Gets the list of connected nodes for the snap-in.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsSnapInBase
Dim value As List(Of RootNodeDescription)
value = instance.ConnectedNodes
Syntax
'Declaration
Public ReadOnly Property ConnectedNodes As List(Of RootNodeDescription)
public List<RootNodeDescription> ConnectedNodes { get; }
public:
property List<RootNodeDescription^>^ ConnectedNodes {
List<RootNodeDescription^>^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public List<RootNodeDescription> get_ConnectedNodes ()
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
Reference
SmsSnapInBase Class
SmsSnapInBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
RootNodeDescription