TextValidationRuleType Members
Represents a text validation rule type. This class supports the Configuration Manager 2007 infrastructure and is not intended to be used directly from your code.
The following tables list the members exposed by the TextValidationRuleType type.
Public Constructors
Name | Description | |
---|---|---|
TextValidationRuleType | Overloaded. |
Top
Public Fields
Name | Description | |
---|---|---|
MustMatchPatterns | Indicates a System.Collections.Generic.List object that represents MustMatchPattern objects. | |
MustNotMatchPatterns | Indicates a System.Collections.Generic.List object that represents MustNotMatchPattern objects. | |
Name | Indicates the name of the validation rule. (inherited from ValidationRule) | |
TextLength | Indicates a TextLengthType object for the text validation rule type. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Clone | Makes a copy of the text validation rule type. | |
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ReplaceRules | Replaces internal rules that have the specified validation rule reference type with new rules. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
TextValidationRuleType Class
Microsoft.ConfigurationManagement.AdminConsole Namespace
ValidationRule
ValidationRules