for GdPicture.NET
XTractFlow.API.Document.Fields.Validation Namespace / RegexFieldValidationMethod Class / Pattern Property



In This Topic

    Pattern Property

    In This Topic
    The regular expression pattern to match.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Pattern As String
    'Usage
     
    
    Dim instance As RegexFieldValidationMethod
    Dim value As String
     
    value = instance.Pattern
    public string Pattern {get;}
    public:
    property String^ Pattern {
       String^ get();
    }
    See Also