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
)

Parameters

key

Type: System.String
The key of the Value to remove.

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.

Implements

IDictionary.TKey, TValue..Remove(TKey)

Reference

Value Class

Remove Overload

TcHmiSrv.Core Namespace