Share via


PosCommon.GetConfigurationProperty(String) Method

Definition

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.

Returns

Applies to