Click or drag to resize

BindableBaseThrowOnInvalidPropertyName Property

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.

Namespace:  Micros.PosCore.GuestProfile.MvvmTools
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
protected virtual bool ThrowOnInvalidPropertyName { get; }

Property Value

Type: Boolean
See Also