EntitySchemaPropertyTEntitySetter Property |
Gets a callback to set the value of the property.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EntityPropertySetter<TEntity> Setter { get; }
Public ReadOnly Property Setter As EntityPropertySetter(Of TEntity)
Get
public:
property EntityPropertySetter<TEntity>^ Setter {
EntityPropertySetter<TEntity>^ get ();
}
member Setter : EntityPropertySetter<'TEntity> with get
Property Value
Type:
EntityPropertySetterTEntitySee Also