ConstructedValueAccessorTValueSetFunc Property |
Gets the set function.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Action<DomainObject, TValue> SetFunc { get; }
Public ReadOnly Property SetFunc As Action(Of DomainObject, TValue)
Get
public:
property Action<DomainObject^, TValue>^ SetFunc {
Action<DomainObject^, TValue>^ get ();
}
member SetFunc : Action<DomainObject, 'TValue> with get
Property Value
Type:
ActionDomainObject,
TValue
The set function.
See Also