Table of Contents

Class PropertyMetadata

Identification property metadata.

Inheritance
PropertyMetadata
Namespace: HP.LFT.SDK.Core.Metadata
Assembly: HP.LFT.SDK.dll
Syntax
public class PropertyMetadata

Constructors

PropertyMetadata()

Declaration
public PropertyMetadata()

Properties

Name

The C# representation of the property name.

Declaration
public string Name { get; }
Property Value
Type Description
string

Type

The Type of the property.

Declaration
public virtual Type Type { get; }
Property Value
Type Description
Type

Methods

ToString()

The string representation of the property. Overrides System.Object.ToString().

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