FileOpenAttr.ContainsKey Method

Definition

Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll

Determines whether the FileOpenAttr contains an element with the specified key.

bool ContainsKey(string key)

Determines whether the FileOpenAttr contains an element with the specified key.

bool ContainsKey(string key)

Parameters

Type Parameter name Description
String key The key to locate in the FileOpenAttr.

Returns

Type Description
Boolean true if the FileOpenAttr contains an element with the key; otherwise, false.

See Also