Repository.EnforceRENOCompliance: Difference between revisions
Jump to navigation
Jump to search
Alex Ulanov (talk | contribs) No edit summary |
Alex Ulanov (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Repository Class|Repository}} | {{Template:APIClass|Repository Class|Repository}} | ||
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. | 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 == | |||
{{APIComment|'Declare a new repository connection object.}} | |||
Dim MyRepository As New Repository | |||
{{APIComment|'Set the property.}} | |||
MyRepository.EnforceRENOCompliance = False |
Revision as of 17:31, 20 May 2015
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