ConsoleParentNode.StructureCreated Property

Gets or sets a value that indicates whether the console parent node structure has been created.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim value As Boolean

value = Me.StructureCreated

Me.StructureCreated = value

Syntax

'Declaration
Protected Property StructureCreated As Boolean
protected bool StructureCreated { get; set; }
protected:
property bool StructureCreated {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected boolean get_StructureCreated ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected void set_StructureCreated (boolean value)
DebuggerStepThroughAttribute 
protected function get StructureCreated () : boolean

DebuggerStepThroughAttribute 
protected function set StructureCreated (value : boolean)

Property Value

true if the console parent node structure has been created; and false otherwise.

Remarks

This property is used to keep the node from duplicating relative nodes when a refresh action has been executed before the console parent node is expanded for the first time.

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