Table of Contents

Class PropertyMetadata

Namespace
HP.LFT.SDK.Core.Metadata
Assembly
HP.LFT.SDK.dll

Identification property metadata.

public class PropertyMetadata
Inheritance
PropertyMetadata
Inherited Members

Constructors

PropertyMetadata()

public PropertyMetadata()

Properties

Name

The C# representation of the property name.

public string Name { get; }

Property Value

string

Type

The Type of the property.

public virtual Type Type { get; }

Property Value

Type

Methods

ToString()

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

public override string ToString()

Returns

string