Freigeben über


ConsoleParentNode.StructureDeserialized Property

Gets or sets a value that indicates whether the XML for the children of the console parent node has been loaded and deserialized.

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

Usage

'Usage
Dim instance As ConsoleParentNode
Dim value As Boolean

value = instance.StructureDeserialized

instance.StructureDeserialized = value

Syntax

'Declaration
Public Property StructureDeserialized As Boolean
public bool StructureDeserialized { get; set; }
public:
property bool StructureDeserialized {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public boolean get_StructureDeserialized ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_StructureDeserialized (boolean value)
DebuggerStepThroughAttribute 
public function get StructureDeserialized () : boolean

DebuggerStepThroughAttribute 
public function set StructureDeserialized (value : boolean)

Property Value

true if the XML has been loaded and deserialized; otherwise false.

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