Click or drag to resize
DynamicProperty<PropertyType>.Getter Property
Gets or sets the getter for the property

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
protected Func<PropertyType> Getter { get; set; }

Property Value

Type: Func<PropertyType>
See Also