FileOpenAttr.Add Method

Definition

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

Adds an element with the provided key and value to the FileOpenAttr.

void Add(string key, object value)

Adds an element with the provided key and value to the FileOpenAttr.

void Add(string key, object value)

Parameters

Type Parameter name Description
String key The object to use as the key of the element to add.
Object value The object to use as the value of the element to add.

See Also