Share via


ConfigurationProperty.GetValue Method

Gets the underlying, stored value directly from the ConfigurationElement.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Protected Overrides Function GetValue As Object
protected override Object GetValue()
protected:
virtual Object^ GetValue() override
protected override function GetValue() : Object

Return Value

The underlying, stored value directly from the ConfigurationElement.

See Also

ConfigurationProperty Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace