Utils.TransactionProperties Property
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
'Usage
Dim value As TransactionPropertyCollection
value = Utils.TransactionProperties
Syntax
'Declaration
Public Shared ReadOnly Property TransactionProperties As TransactionPropertyCollection
public static TransactionPropertyCollection TransactionProperties { get; }
public:
static property TransactionPropertyCollection^ TransactionProperties {
TransactionPropertyCollection^ get ();
}
/** @property */
public static TransactionPropertyCollection get_TransactionProperties ()
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
Reference
Utils Class
Utils Members
Microsoft.MetadirectoryServices Namespace
TransactionPropertyCollection Class