直接获取OR的对象并改变它的属性

Set Obj = ORUtil.GetObject("Browser(""Browser"")")

 

'Update one of the properties

Obj.SetTOProperty "title", "this is set using API"

 

'Update the object we have changed

ORUtil.Update obj

 

'Save the object repository changes

ORUtil.Save

 

Set Obj = Nothing

posted @ 2013-11-22 09:01  dushuai  阅读(111)  评论(0编辑  收藏  举报