DynamicPropertyValueSetter Class

Property value resolution class, used for static and dynamic value resolution.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class DynamicPropertyValueSetter
Inheritance
Object    DynamicPropertyValueSetter

Constructors

Properties

Property Property for which the value is to be set.
Value Value to set on the property.

See Also