ArcFM Engine Developer Guide
Severity Property (ExceptionConfigurationElement)


Syntax
'Declaration
 
<ConfigurationPropertyAttribute("Severity", 
   IsKey=False, 
   IsRequired=True)>
Public Property Severity As ExceptionSeverity
'Usage
 
Dim instance As ExceptionConfigurationElement
Dim value As ExceptionSeverity
 
instance.Severity = value
 
value = instance.Severity
[ConfigurationProperty("Severity", 
   IsKey=false, 
   IsRequired=true)]
public ExceptionSeverity Severity {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ExceptionConfigurationElement Class
ExceptionConfigurationElement Members

 

 


Send Comment