ReflectionGetPropertyValue(Object, String) Method
Get the value of a property with the same name.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object GetPropertyValue(
Object obj,
string propertyName
)
Public Shared Function GetPropertyValue (
obj As Object,
propertyName As String
) As Object
- obj Object
- Object to evaluate.
- propertyName String
- Property name.
ObjectObject with the value of a property with the same name.