Gets a list of identifiers for nodes that are hidden from the user. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ScopeNodeDisplayInformation
Dim value As StringBuilder

value = instance.NodesToHide

Syntax

Visual Basic
Public ReadOnly Property NodesToHide As StringBuilder
C#
public StringBuilder NodesToHide { get; }
C++
public:
property StringBuilder^ NodesToHide {
		StringBuilder^ get ();
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public StringBuilder get_NodesToHide ()
JScript
DebuggerStepThroughAttribute 
public function get NodesToHide () : StringBuilder

Property Value

System.Text.StringBuilder object that lists the GUIDs, separated by semicolons, for the nodes that are hidden from the user.

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