IValueProvider public interface IValueProvider Provides methods to get and set values. Documentation object GetValue(object target) Gets the value. void SetValue(object target, object value) Sets the value.