IEditable.SetValue Method

Sets a value to the specified member identified by the given MemberInfo.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

void SetValue(
    Object value,
    MemberInfo info
)

Parameters

value

Type: System.Object
The new value for the inherited class.

info

Type: System.Reflection.MemberInfo
An identifier for the specified member.

Reference

IEditable Interface

TcHmiSrv.DynamicSymbols Namespace