How do you modify a local object repository during run time ?

Questions by shan choudhury

Showing Answers 1 - 1 of 1 Answers

vickyviz

  • Jan 29th, 2008
 

If at all this helps....

You can set or retrieve the value of repository parameters using the Repository object. All changes made to repository parameters through using the Repository object are temporary, and are valid only for the current run session.

Syntax

To set the value of a repository parameter:

Repository (RepositoryParameterName) = NewValue

To retrieve the value of an existing repository parameter:

CurrentValue = Repository (RepositoryParameterName)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions