ScopeNodeDisplayInformation.NodesToHide Property
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
'Usage
Dim instance As ScopeNodeDisplayInformation
Dim value As StringBuilder
value = instance.NodesToHide
Syntax
'Declaration
Public ReadOnly Property NodesToHide As StringBuilder
public StringBuilder NodesToHide { get; }
public:
property StringBuilder^ NodesToHide {
StringBuilder^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public StringBuilder get_NodesToHide ()
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
Reference
ScopeNodeDisplayInformation Class
ScopeNodeDisplayInformation Members
Microsoft.ConfigurationManagement.AdminConsole Namespace