Click or drag to resize

ReflectionGetPropertyValueT Method (Object, String)

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

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

Parameters

value
Type: SystemObject

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

propertyName
Type: SystemString

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

Type Parameters

T

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

Return Value

Type: T

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

See Also