Class RegExpProperty
The class used for regular expression properties.
Inherited Members
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public class RegExpProperty : StringProperty
Constructors
RegExpProperty(string)
Initializes a new instance of the RegExpProperty class with the specified regular expression pattern.
Declaration
public RegExpProperty(string pattern)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pattern | The regular expression in VBScript syntax. |
Properties
Pattern
The regular expression string in VBScript syntax.
Declaration
public string Pattern { get; }
Property Value
| Type | Description |
|---|---|
| string |