ValidatePatternAttributePatternValue Property
Gets the regular expression string stored in this attribute.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
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.