Name

FormFieldSearchOptions.Name property

Specifies regular expression pattern of form field signature name if it should be searched. You can use it simple as “text” or regular expression like “abc\d+”. Default value is empty string.

public string Name { get; set; }

See Also