PosCommon.DeleteConfigurationProperty(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.
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.