StringProperty Class
The class used for string properties.

C# Syntax

public class StringProperty 
Inheritance Hierarchy

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

Protected Constructors
 NameDescription
Protected ConstructorStringProperty ConstructorInitializes a new instance of the StringProperty class with the specified string.  
Top
Protected Fields
 NameDescription
Protected FieldStringPropThe string represented by this StringProperty class.  
Top
Public Methods
 NameDescription
Public MethodToString  
Top
Public Operators
public Operator Implicit Type Conversion Implicit cast of a string to a StringProperty.
Top