Skip to main content

Property<T>

Represents a strongly-typed property configuration in the document management system.

This generic class extends BaseProperty to provide type-safe property configurations. It adds a strongly-typed Value property to store the actual property value while inheriting the base functionality for reason tracking and inheritance behavior.

Properties

NameDescription
InheritGets or sets whether the property configuration should be inherited.
ValueGets or sets the strongly-typed value of the property.
WhyGets or sets the reason information for the property configuration.

Generic Types

NameDescription
TGeneric type of value property.