ReflectionUtilities.GetPropertyValue(Object,String) - метод Смотри также Terrasoft.Common - пространство имен > ReflectionUtilities - класс > GetPropertyValue - метод : GetPropertyValue(Object,String) - метод C#
- source
- Type.
- propertyName
- Property name.
Glossary Item Box
Параметры
- source
- Type.
- propertyName
- Property name.
Тип возвращаемого значения
The object that contains the value of the property.Исключение | Описание |
---|---|
ArgumentNullOrEmptyException | If the null value is passed as a propertyName parameter. |
InvalidObjectStateException | If the instance of the current type does not contain a property with name propertyName or if the propertyName property is write-only. |
The extension method for the System.Object class.