Property.BindableProperty Property
Gets a BindableProperty used as the bound value in the user-interface.
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 BindableProperty As BindableProperty
public BindableProperty BindableProperty { get; }
public:
property BindableProperty^ BindableProperty {
BindableProperty^ get ();
}
public function get BindableProperty () : BindableProperty
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace