Share via


BindableProperty.IsBindableValueCommitted Property

Gets whether the BindableValue was comitted to 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 IsBindableValueCommitted As Boolean
public bool IsBindableValueCommitted { get; }
public:
property bool IsBindableValueCommitted {
    bool get ();
}
public function get IsBindableValueCommitted () : boolean

Return Value

truetrue (True in Visual Basic) if the value set to BindableValue was comitted to the underlying Property; Otheriwse falsefalse (False in Visual Basic).

See Also

BindableProperty Class

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