ESRI.ArcGIS.Mobile.Client
ThrowOnInvalidPropertyName Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > ObservableObject Class : ThrowOnInvalidPropertyName Property

Determines whether to throw an exception (true) or use Debug.Fail() (false) when an invalid property name is passed to VerifyPropertyName. This is false by default but derived classes may set/override this property.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Protected Overridable Property ThrowOnInvalidPropertyName As Boolean
C# 
[CompilerGeneratedAttribute()]
protected virtual bool ThrowOnInvalidPropertyName {get; set;}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also