| BindableBase Properties | 
The BindableBase type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ThrowOnInvalidPropertyName | 
            Returns whether an exception is thrown, or if a Debug.Fail() is used
            when an invalid property name is passed to the VerifyPropertyName method.
            The default value is false, but subclasses used by unit tests might
            override this property's getter to return true.
             | 
 See Also
See Also