| AccessToObjectWithReflectionToolSetPropertyWithInherit - метод |
Задаёт значение свойства propertyName объекта obj.
Пространство имён:
FinistSoft.Services
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксис internal static void SetPropertyWithInherit(
Object obj,
string propertyName,
Object value
)
Friend Shared Sub SetPropertyWithInherit (
obj As Object,
propertyName As String,
value As Object
)
Dim obj As Object
Dim propertyName As String
Dim value As Object
AccessToObjectWithReflectionTool.SetPropertyWithInherit(obj,
propertyName, value)
internal static function SetPropertyWithInherit(
obj : Object,
propertyName : String,
value : Object
)
Параметры
- obj
- Тип: SystemObject
Объект. - propertyName
- Тип: SystemString
Имя свойства. - value
- Тип: SystemObject
Значение.
См. также