SettingsFileParserSetSettingsFileVariable Delegate |
Declares a delegate that is called to set the value of the variable.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic delegate void SetSettingsFileVariable(
string name,
string value
)
Parameters
- name
- Type: SystemString
The name of the variable. - value
- Type: SystemString
The value of the variable.
See Also