public PropertyDefinition Definition {get;}
public: property PropertyDefinition^ Definition { PropertyDefinition^ get(); }
• name of the property
• its data type
• whether it's indexed or not
• whether it's read-only or not
• upper/lower bounds of values for numerical properties
To use the Definition property, the PropertyValue object must point to a project property (persistent property). It cannot point to an individual value (transient property).public PropertyDefinition Definition {get;}
public: property PropertyDefinition^ Definition { PropertyDefinition^ get(); }