|
ObjectContext Object |
|
See Also: |
The ObjectContext.Item property returns named values or objects associated with the current MTS or COM+ ObjectContext.
VBScript:
JScript:
| ObjectContext | The ObjectContext object. |
| strName | A unique string name that corresponds to a value stored in the MTS/COM+ ObjectContext. |
| value | A Variant value stored in the MTS/COM+ ObjectContext. |
Typically this property is used to access ASP objects in an APG script that is being run in ASP. For an example see Executing APG Scripts in Active Server Pages.
If an APG script is run from a MTS or COM+ object that stores values or objects in the ObjectContext, this collection can also be used to obtain those values or objects.