ArcFM Responder Mobile Developer Guide
UseAssertions Property






Set this if you wish to use Trace Assert statements instead of exception handling. (The Check class uses exception handling by default.)
Syntax
'Declaration
 
Public Shared Property UseAssertions As System.Boolean
'Usage
 
Dim value As System.Boolean
 
Check.UseAssertions = value
 
value = Check.UseAssertions
public static System.bool UseAssertions {get; set;}
public read-write property UseAssertions: System.Boolean; static; 
public static function get,set UseAssertions : System.boolean
public: __property static System.bool get_UseAssertions();
public: __property static void set_UseAssertions( 
   System.bool value
);
public:
static property System.bool UseAssertions {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Check Class
Check Members

Send Feedback