RegExpProperty Class
The class used for regular expression properties.

C# Syntax

public class RegExpProperty : StringProperty 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.StringProperty
      HP.LFT.SDK.RegExpProperty

Public Constructors
 NameDescription
Public ConstructorRegExpProperty ConstructorInitializes a new instance of the RegExpProperty class with the specified regular expression pattern.  
Top
Protected Fields
 NameDescription
Protected FieldStringPropThe string represented by this StringProperty class. (Inherited from HP.LFT.SDK.StringProperty )
Top
Public Properties
 NameDescription
Public PropertyPatternThe regular expression string in VBScript syntax.  
Top
Public Methods
 NameDescription
Public MethodToString(Inherited from HP.LFT.SDK.StringProperty)
Top