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
Visual Basic |
Dim instance As ConsoleParentNode
Dim value As Boolean
value = instance.StructureDeserialized
instance.StructureDeserialized = value
|
Syntax
Visual Basic |
Public Property StructureDeserialized As Boolean
|
C# |
public bool StructureDeserialized { get; set; }
|
C++ |
public:
property bool StructureDeserialized {
bool get ();
void set (bool value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_StructureDeserialized ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_StructureDeserialized (boolean value)
|
JScript |
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