Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace