COMTIIntrinsicsAttribute Class
.NET Framework 2.0
Enables you to pass context properties from the COM Transaction Integrator (COMTI) into the COM+ context.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
'Declaration <ComVisibleAttribute(False)> _ <AttributeUsageAttribute(AttributeTargets.Class, Inherited:=True)> _ Public NotInheritable Class COMTIIntrinsicsAttribute Inherits Attribute 'Usage Dim instance As COMTIIntrinsicsAttribute
/** @attribute ComVisibleAttribute(false) */ /** @attribute AttributeUsageAttribute(AttributeTargets.Class, Inherited=true) */ public final class COMTIIntrinsicsAttribute extends Attribute
ComVisibleAttribute(false) AttributeUsageAttribute(AttributeTargets.Class, Inherited=true) public final class COMTIIntrinsicsAttribute extends Attribute
COMTI provides services for accessing the IBM Customer Information Control System (CICS) and IBM Information Management System (IMS). Essentially, COMTI provides a set of tools and services that ease the task of wrapping mainframe transactions and business logic as COM components.
For more information about using attributes, see Extending Metadata Using Attributes.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: