Click or drag to resize

AttributeValueTValueValue Property

Gets or sets the value. When the attribute does not have a value, the default for the type is returned.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public TValue Value { get; set; }

Property Value

Type: TValue
The value.
See Also