Repository.EnforceRENOCompliance

From ReliaWiki
Revision as of 17:31, 20 May 2015 by Alex Ulanov (talk | contribs)
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