Represents validation rule types for the Configuration Manager 2007 console. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ValidationRules

Syntax

Visual Basic
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework")> _
<XmlRootAttribute(Namespace:="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework", IsNullable:=False)> _
Public Class ValidationRules
C#
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework")] 
[XmlRootAttribute(Namespace="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework", IsNullable=false)] 
public class ValidationRules
C++
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework")] 
[XmlRootAttribute(Namespace=L"http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework", IsNullable=false)] 
public ref class ValidationRules
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework") */ 
/** @attribute XmlRootAttribute(Namespace="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework", IsNullable=false) */ 
public class ValidationRules
JScript
SerializableAttribute 
XmlTypeAttribute(Namespace="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework") 
XmlRootAttribute(Namespace="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework", IsNullable=false) 
public class ValidationRules

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.ValidationRules

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