IPrintProperties interface.SetValue Method
Definition
Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll
Sets the value of a specific property for a given field.
void SetValue(string fieldName, string propName, object val)
Sets the value of a specific property for a given field.
void SetValue(string fieldName, string propName, object val)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | fieldName | The name of the field. |
| String | propName | The name of the property. |
| Object | val | The value to set. |