RegularExpressionAttribute.Pattern プロパティ

定義

正規表現パターンを取得します。

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

プロパティ値

一致しているか検証するパターン。

適用対象