Click or drag to resize

ReflectionSetPropertyValue Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Reflection.SetPropertyValue(System.Object,System.String,System.Object)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void SetPropertyValue(
	Object value,
	string propertyName,
	Object propValue
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Reflection.SetPropertyValue(System.Object,System.String,System.Object)"]

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Stimulsoft.Base.Reflection.SetPropertyValue(System.Object,System.String,System.Object)"]

propValue
Type: SystemObject

[Missing <param name="propValue"/> documentation for "M:Stimulsoft.Base.Reflection.SetPropertyValue(System.Object,System.String,System.Object)"]

See Also