Indicates the name of the validation rule.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As ValidationRule
Dim value As String
value = instance.Name
instance.Name = value
|
Syntax
Visual Basic |
<XmlAttributeAttribute> _
Public Name As String
|
C# |
[XmlAttributeAttribute]
public string Name
|
C++ |
[XmlAttributeAttribute]
public:
String^ Name
|
J# |
/** @attribute XmlAttributeAttribute() */
public String Name
|
JScript |
XmlAttributeAttribute
public var Name : String
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also