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

Visual Basic
Dim value As Boolean

value = Me.StructureCreated

Me.StructureCreated = value

Syntax

Visual Basic
Protected Property StructureCreated As Boolean
C#
protected bool StructureCreated { get; set; }
C++
protected:
property bool StructureCreated {
		bool get ();
		void set (bool value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected boolean get_StructureCreated ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected void set_StructureCreated (boolean value)
JScript
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