ValidatePatternAttribute.RegexPattern Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Regex pattern to be used in the validation.
public:
property System::String ^ RegexPattern { System::String ^ get(); };
public:
property Platform::String ^ RegexPattern { Platform::String ^ get(); };
public string RegexPattern { get; }
member this.RegexPattern : string
Public ReadOnly Property RegexPattern As String