Manages persisted SmsRootConsoleNode data in Configuration Manager 2007. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ConnectionNodeData

Syntax

Visual Basic
<SerializableAttribute> _
Public Class ConnectionNodeData
C#
[SerializableAttribute] 
public class ConnectionNodeData
C++
[SerializableAttribute] 
public ref class ConnectionNodeData
J#
/** @attribute SerializableAttribute() */ 
public class ConnectionNodeData
JScript
SerializableAttribute 
public class ConnectionNodeData

Remarks

Serializers do not support the object type. Therefore, your application must type connection node data.


Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.SmsRootConsoleNode.ConnectionNodeData

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