RegularExpressionAttribute.Pattern Property

Definition

Gets the regular expression pattern.

public:
 property System::String ^ Pattern { System::String ^ get(); };
public string Pattern { get; }
member this.Pattern : string
Public ReadOnly Property Pattern As String

Property Value

The pattern to match.

Applies to