HostedApplication.ConfigurationReader Property
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.
Configuration reader used for reading app settings from application configuration or the server
public:
property Microsoft::Uii::Common::ConfigurationValueReader ^ ConfigurationReader { Microsoft::Uii::Common::ConfigurationValueReader ^ get(); void set(Microsoft::Uii::Common::ConfigurationValueReader ^ value); };
public Microsoft.Uii.Common.ConfigurationValueReader ConfigurationReader { get; set; }
member this.ConfigurationReader : Microsoft.Uii.Common.ConfigurationValueReader with get, set
Public Property ConfigurationReader As ConfigurationValueReader