Share via


CustomProperty<TProperty>.TypedValue Property

Gets or sets the underlying, typed value.

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

Syntax

'Declaration
Public Property TypedValue As TProperty
public TProperty TypedValue { get; set; }
public:
property TProperty TypedValue {
    TProperty get ();
    void set (TProperty value);
}
public function get TypedValue () : TProperty
public function set TypedValue (value : TProperty)

See Also

CustomProperty<TProperty> Class

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