Table of Contents

Class StringProperty

The class used for string properties.

Inheritance
StringProperty
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public class StringProperty

Constructors

StringProperty(string)

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

Declaration
protected StringProperty(string str)
Parameters
Type Name Description
string str

The string value.

Fields

StringProp

The string represented by this StringProperty class.

Declaration
protected readonly string StringProp
Field Value
Type Description
string

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Operators

implicit operator StringProperty(string)

Implicit cast of a string to a StringProperty.

Declaration
public static implicit operator StringProperty(string str)
Parameters
Type Name Description
string str

The string value.

Returns
Type Description
StringProperty