Value.Remove Method (String)
Removes the Value with the specified key from the Value.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public bool Remove(
string key
)
Return Value
Type: Boolean
true if the Value is
successfully removed; otherwise, false. This method also returns
false if key was not found in the
original Value.