Intersoft ClientUI Documentation
IsOverridden Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ObservableResource<T> Class : IsOverridden Property






Gets or sets a boolean value that indicates whether this resource should override the existing instance.

Syntax

Visual Basic (Declaration) 
Protected Property IsOverridden As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ObservableResource(Of T)
Dim value As Boolean
 
instance.IsOverridden = value
 
value = instance.IsOverridden
C# 
protected bool IsOverridden {get; set;}
Delphi 
protected read-write property IsOverridden: Boolean; 
JScript 
protected function get,set IsOverridden : boolean
Managed Extensions for C++ 
protected: __property bool get_IsOverridden();
protected: __property void set_IsOverridden( 
   bool value
);
C++/CLI 
protected:
property bool IsOverridden {
   bool get();
   void set (    bool value);
}

Requirements

Target 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

© 2012 All Rights Reserved.