ReflectionValueProvider public class ReflectionValueProvider : IValueProvider Get and set values for a MemberInfo using reflection. Documentation Code public ReflectionValueProvider(MemberInfo memberInfo) Initializes a new instance of the ReflectionValueProvider class. public object GetValue(object target) Gets the value. public void SetValue(object target, object value) Sets the value.