Table of Contents

Class RegExpProperty

The class used for regular expression properties.

Inheritance
RegExpProperty
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