ValidatePatternAttributePattern Property
Gets the pattern that values must match.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public Regex Pattern { get; }
Public ReadOnly Property Pattern As Regex
Get
Dim instance As ValidatePatternAttribute
Dim value As Regex
value = instance.Pattern
public:
property Regex^ Pattern {
Regex^ get ();
}
Property Value
Regex
The
Regex pattern that values must match.