FileOpenAttr.TryGetValue Method

Definition

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

Gets the value associated with the specified key.

bool TryGetValue(string key, Object& value)

Gets the value associated with the specified key.

bool TryGetValue(string key, Object& value)

Parameters

Type Parameter name Description
String key The key of the value to get.
Object& value When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter.

Returns

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

See Also