Check if data is associated with a key.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public bool ContainsData(
	string key
)
Visual Basic (Declaration)
Public Function ContainsData ( _
	key As String _
) As Boolean
Visual C++
public:
bool ContainsData(
	String^ key
)

Parameters

key
Type: System..::.String
Key name of the data

Return Value

true a data exist with this key; false no data associated with this key.

See Also