PosCommon.SetConfigurationProperty(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a property value (or create a new property) in the XML configuration file.
protected void SetConfigurationProperty (string propertyName, string data);
member this.SetConfigurationProperty : string * string -> unit
Protected Sub SetConfigurationProperty (propertyName As String, data As String)
Parameters
- propertyName
- String
Contains the name of the property the Service Object wants to set in the configuration XML file.
- data
- String