Value.Remove Method (String)
Removes the Value with the specified key from the Value.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.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.