ValidatePatternAttributePatternValue Property
Gets the regular expression string stored in this attribute.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public string PatternValue { get; }
Public ReadOnly Property PatternValue As String
Get
Dim instance As ValidatePatternAttribute
Dim value As String
value = instance.PatternValue
public:
property String^ PatternValue {
String^ get ();
}
Property Value
String
The regular expression.