RegularExpressionAttribute.Pattern 属性

定义

获取正则表达式模式。

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

属性值

要匹配的模式。

适用于