Share via


CustomProperty<TProperty>.GetValue Method

Gets the underlying, stored value.

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

See Also

CustomProperty<TProperty> Class

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