Table of Contents

Class RegExpProperty

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

The class used for regular expression properties.

public class RegExpProperty : StringProperty
Inheritance
RegExpProperty
Inherited Members

Constructors

RegExpProperty(string)

Initializes a new instance of the RegExpProperty class with the specified regular expression pattern.

public RegExpProperty(string pattern)

Parameters

pattern string

The regular expression in VBScript syntax.

Properties

Pattern

The regular expression string in VBScript syntax.

public string Pattern { get; }

Property Value

string