HostedControl.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.
Gets or set the hosted controls Configuration Value reader object.
public:
virtual property Microsoft::Uii::Common::ConfigurationValueReader ^ ConfigurationReader { Microsoft::Uii::Common::ConfigurationValueReader ^ get(); void set(Microsoft::Uii::Common::ConfigurationValueReader ^ value); };
public virtual Microsoft.Uii.Common.ConfigurationValueReader ConfigurationReader { get; set; }
member this.ConfigurationReader : Microsoft.Uii.Common.ConfigurationValueReader with get, set
Public Overridable Property ConfigurationReader As ConfigurationValueReader