BindableProperty.Property Property
Gets the underlying Property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property Property As Property
public Property Property { get; }
public:
property Property^ Property {
Property^ get ();
}
public function get Property () : Property
Return Value
The underlying Property.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace