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.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim value As TransactionPropertyCollection

value = Utils.TransactionProperties

Syntax

Visual Basic
Public Shared ReadOnly Property TransactionProperties As TransactionPropertyCollection
C#
public static TransactionPropertyCollection TransactionProperties { get; }
C++
public:
static property TransactionPropertyCollection^ TransactionProperties {
		TransactionPropertyCollection^ get ();
}
J#
/** @property */
public static TransactionPropertyCollection get_TransactionProperties ()
JScript
public static function get TransactionProperties () : TransactionPropertyCollection

Property Value

Returns TransactionPropertyCollection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also