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