Repository.EnforceRENOCompliance

From ReliaWiki
Jump to navigation Jump to search


If set to true, disallows spaces and special characters in names of models. This will ensure that all models can be used in RENO equations. The default value is True.

Usage Example

 'Declare a new repository connection object. 
 Dim MyRepository As New Repository
 'Set the property. 
 MyRepository.EnforceRENOCompliance = False