Microsoft Identity Integration Server 2003 Developer Reference

Utils.TransactionProperties

The TransactionProperties property retrieves a TransactionPropertyCollection object that contains the properties for the current transaction. The properties in the collection will exist for the lifetime of the current transaction.
[C#]
public TransactionPropertyCollection TransactionProperties {get;}
[Visual Basic .NET]
Public ReadOnly Property TransactionProperties As TransactionPropertyCollection

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

TransactionPropertyCollection, Utils