Defines property display node flags. The values correspond to the values for the Flags property in the Configuration Manager 2007 resource management SMS_PropertyDisplayNode Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As PropertyDisplayNodeFlags

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration PropertyDisplayNodeFlags
C#
[FlagsAttribute] 
public enum PropertyDisplayNodeFlags
C++
[FlagsAttribute] 
public enum class PropertyDisplayNodeFlags
J#
/** @attribute FlagsAttribute() */ 
public enum PropertyDisplayNodeFlags
JScript
FlagsAttribute 
public enum PropertyDisplayNodeFlags

Members

Member name Description
HasHistory See the HasHistory value for Flags in SMS_PropertyDisplayNode Server WMI Class.
LeafNode See the LeafNode value for Flags in SMS_PropertyDisplayNode Server WMI Class.
RootNode See the RootNode value for Flags in SMS_PropertyDisplayNode Server WMI Class.
Static See the Static value for Flags in SMS_PropertyDisplayNode Server WMI Class.
UserDefined See the UserDefined value for Flags in SMS_PropertyDisplayNode Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also