ValidationRule.Name Field
Indicates the name of the validation rule.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ValidationRule
Dim value As String
value = instance.Name
instance.Name = value
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Name As String
[XmlAttributeAttribute]
public string Name
[XmlAttributeAttribute]
public:
String^ Name
/** @attribute XmlAttributeAttribute() */
public String Name
XmlAttributeAttribute
public var Name : String
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ValidationRule Class
ValidationRule Members
Microsoft.ConfigurationManagement.AdminConsole Namespace