Share via


PosCommon.SetConfigurationProperty(String, String) Method

Definition

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

Applies to