ControlDataState Enumeration
Defines validity states for externally-managed or delegate-managed controls. This enumeration supports the Configuration Manager 2007 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ControlDataState
Syntax
'Declaration
Public Enumeration ControlDataState
public enum ControlDataState
public enum class ControlDataState
public enum ControlDataState
public enum ControlDataState
Members
Member name | Description |
---|---|
Invalid | The control is invalid. |
Valid | The control is valid. |
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
Microsoft.ConfigurationManagement.AdminConsole Namespace
ControlDataStateEvaluator