Click or drag to resize

ReflectionGetPropertyValue Method (Object, String)

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

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

Parameters

value
Type: SystemObject

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

propertyName
Type: SystemString

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

Return Value

Type: Object

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

See Also