Serves as the base class for all scope node classes in Configuration Manager 2007 that use XML to build node structures. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ConsoleParentNode

Syntax

Visual Basic
<ComVisibleAttribute(False)> _
<DefaultMemberAttribute("Item")> _
Public Class ConsoleParentNode
		Inherits ScopeNodeBase
		Implements IDisposable
C#
[ComVisibleAttribute(false)] 
[DefaultMemberAttribute("Item")] 
public class ConsoleParentNode : ScopeNodeBase, IDisposable
C++
[ComVisibleAttribute(false)] 
[DefaultMemberAttribute(L"Item")] 
public ref class ConsoleParentNode : public ScopeNodeBase, IDisposable
J#
/** @attribute ComVisibleAttribute(false) */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public class ConsoleParentNode extends ScopeNodeBase implements IDisposable
JScript
ComVisibleAttribute(false) 
DefaultMemberAttribute("Item") 
public class ConsoleParentNode extends ScopeNodeBase implements IDisposable

Remarks

A class derived from this class is ScopeNodeChildItem.


Inheritance Hierarchy

System.Object
   Microsoft.ManagementConsole.Node
     Microsoft.ManagementConsole.ScopeNode
       Microsoft.ConfigurationManagement.AdminConsole.ScopeNodeBase
        Microsoft.ConfigurationManagement.AdminConsole.ConsoleParentNode
           Microsoft.ConfigurationManagement.AdminConsole.QueryNodeBase
           Microsoft.ConfigurationManagement.AdminConsole.ScopeNodeChildItem

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