Class PropertyMetadata
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
Type
The Type of the property.
public virtual Type Type { get; }
Property Value
Methods
ToString()
The string representation of the property. Overrides System.Object.ToString().
public override string ToString()