Represents a collection of named properties that can be shared
between different methods of an extension and between separate
extensions for a specific transaction. An instance of this class is
obtained from the
TransactionProperties property. The properties in the
collection exist for the lifetime of the current transaction.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
<DefaultMemberAttribute("Item")> _
Public MustInherit Class TransactionPropertyCollection
|
C# |
[DefaultMemberAttribute("Item")]
public abstract class TransactionPropertyCollection
|
C++ |
[DefaultMemberAttribute(L"Item")]
public ref class TransactionPropertyCollection abstract
|
J# |
/** @attribute DefaultMemberAttribute("Item") */
public abstract class TransactionPropertyCollection
|
JScript |
DefaultMemberAttribute("Item")
public abstract class TransactionPropertyCollection
|
Remarks
Inheritance
Hierarchy
System.Object
Microsoft.MetadirectoryServices.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
Change
History
See Also