PosCommon.GetConfigurationProperty(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.
Used by the Service Object to retrieve the specified property from the XML configuration file.
protected string GetConfigurationProperty (string propertyName);
member this.GetConfigurationProperty : string -> string
Protected Function GetConfigurationProperty (propertyName As String) As String
Parameters
- propertyName
- String
Contains the name of the property the Service Object wants to retrieve from the configuration XML file.