AccpacProperty Object
The AccpacProperty object provides access to application properties stored in System Manager. With an AccpacProperty object, UIs, macros, and other components can store run time properties in System Manager. These properties are available in later sessions and are machine-independent.
ACCPAC properties are stored on a per-user basis and each property is identified by the combination of:
Program (Object) ID - the Roto ID of the UI
Menu ID - the menu ID
Keyword - application-defined keyword of the property
Property values can be stored as strings or as arrays of binary values.
Remarks
An object of this class cannot be created directly by applications. It should be obtained from the AccpacSession object's GetAccpacProperty method.