Hey Guys,
Can anyone tell me how I can update the Item properties (QryGroup10, QryGroup11, etc...) using the DI API in SBO version 2004?
There is a Properties property in the Items object in the help but I do not have any examples of how to use it.
When I type it into Visual studio and try to compile I get the following error:
<i>Property, indexer, or event 'Properties' is not supported by the language; try directly calling accessor methods 'SAPbobsCOM.IItems.get_Properties(int)' or 'SAPbobsCOM.IItems.set_Properties(int, SAPbobsCOM.BoYesNoEnum)'</i>
Anyone used this property before in C# or VB.NET?