ConsoleParentNode.ConsoleNodeDescription Property
Gets or sets the root node description for the console parent node.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ConsoleParentNode
Dim value As RootNodeDescription
value = instance.ConsoleNodeDescription
instance.ConsoleNodeDescription = value
Syntax
'Declaration
Public Property ConsoleNodeDescription As RootNodeDescription
public RootNodeDescription ConsoleNodeDescription { get; set; }
public:
property RootNodeDescription^ ConsoleNodeDescription {
RootNodeDescription^ get ();
void set (RootNodeDescription^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public RootNodeDescription get_ConsoleNodeDescription ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ConsoleNodeDescription (RootNodeDescription value)
DebuggerStepThroughAttribute
public function get ConsoleNodeDescription () : RootNodeDescription
DebuggerStepThroughAttribute
public function set ConsoleNodeDescription (value : RootNodeDescription)
Property Value
RootNodeDescription object.
Remarks
Your application can use the childNodes method to find out whether nodes further up in the hierarchy are to be created by the console parent node in response to a base query or when the node is expanded, in the case of a root node.
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
ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
RootNodeDescription