To set the value of a property, reflect on the property's parent type using erload:System.Type.GetType or erload:System.Reflection.Assembly.GetType, retrieve the System.Reflection.PropertyInfo object from the type, and call erload:System.Reflection.PropertyInfo.SetValue.