ConsoleParentNode.ConsoleRootObject Property
Gets or sets the console root description for the console snap-in, which has no directly associated objects or query results.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim value As ConsoleRootDescription
value = Me.ConsoleRootObject
Me.ConsoleRootObject = value
Syntax
'Declaration
Protected Property ConsoleRootObject As ConsoleRootDescription
protected ConsoleRootDescription ConsoleRootObject { get; set; }
protected:
property ConsoleRootDescription^ ConsoleRootObject {
ConsoleRootDescription^ get ();
void set (ConsoleRootDescription^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
protected ConsoleRootDescription get_ConsoleRootObject ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
protected void set_ConsoleRootObject (ConsoleRootDescription value)
DebuggerStepThroughAttribute
protected function get ConsoleRootObject () : ConsoleRootDescription
DebuggerStepThroughAttribute
protected function set ConsoleRootObject (value : ConsoleRootDescription)
Property Value
ConsoleRootDescription object.
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
ConsoleRootDescription