次の方法で共有


IFieldState<T>.Pattern プロパティ

定義

文字列を検証するための正規表現。

public string Pattern { get; }
member this.Pattern : string
Public ReadOnly Property Pattern As String

プロパティ値

検証正規表現。

注釈

これは通常、 を設定 PatternAttributeした結果を反映します。

適用対象