Namespace: Semata.DataStore.ObjectModel
The base class for the wrapper for an Attribute, or Association that has the annotation "[property]" The value is loaded on demand and cached. The value is only set in the DataStore when the parent ItemObject is written.
generic <typename V> where V : IEquatable<V> public ref class ValuePropertyImpl abstract : public ValueProperty
Inherits: ValueProperty