ArcFM Engine Developer Guide
IsValidation Property


Syntax
'Declaration
 
<ConfigurationPropertyAttribute("IsValidation", 
   IsRequired=False, 
   IsKey=False)>
Public Overridable Property IsValidation As Boolean
'Usage
 
Dim instance As RuleBaseConfigurationElement
Dim value As Boolean
 
instance.IsValidation = value
 
value = instance.IsValidation
[ConfigurationProperty("IsValidation", 
   IsRequired=false, 
   IsKey=false)]
public virtual bool IsValidation {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

RuleBaseConfigurationElement Class
RuleBaseConfigurationElement Members

 

 


Send Comment