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
| Name | Description |
|---|---|
| Inherit | Gets or sets whether the property configuration should be inherited. |
| Value | Gets or sets the strongly-typed value of the property. |
| Why | Gets or sets the reason information for the property configuration. |
Generic Types
| Name | Description |
|---|---|
| T | Generic type of value property. |