Table of Contents

Class StringProperty

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

The class used for string properties.

public class StringProperty
Inheritance
StringProperty
Derived
Inherited Members

Constructors

StringProperty(string)

Initializes a new instance of the StringProperty class with the specified string.

protected StringProperty(string str)

Parameters

str string

The string value.

Fields

StringProp

The string represented by this StringProperty class.

protected readonly string StringProp

Field Value

string

Methods

ToString()

public override string ToString()

Returns

string

Operators

implicit operator StringProperty(string)

Implicit cast of a string to a StringProperty.

public static implicit operator StringProperty(string str)

Parameters

str string

The string value.

Returns

StringProperty