Indicates the rule name that corresponds to the integral validation rule reference. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As IntegralValidationRuleReferenceType
Dim value As String

value = instance.RuleName

instance.RuleName = value

Syntax

Visual Basic
<XmlAttributeAttribute> _
Public RuleName As String
C#
[XmlAttributeAttribute] 
public string RuleName
C++
[XmlAttributeAttribute] 
public:
String^ RuleName
J#
/** @attribute XmlAttributeAttribute() */ 
public String RuleName
JScript
XmlAttributeAttribute 
public var RuleName : String

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also