PosCommon.DeleteConfigurationProperty(String) Method

Definition

Deletes the specified property from the XML configuration file.

protected void DeleteConfigurationProperty (string propertyName);
member this.DeleteConfigurationProperty : string -> unit
Protected Sub DeleteConfigurationProperty (propertyName As String)

Parameters

propertyName
String

Contains the name of the property the Service Object wants to delete from the configuration XML file.

Applies to