TransactionPropertyCollection Members
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.
The following tables list the members exposed by the TransactionPropertyCollection type.
Protected Constructors
Name | Description | |
---|---|---|
TransactionPropertyCollection | Creates an instance of the TransactionPropertyCollection class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. | |
Item | Gets or sets the data for a specific property in the collection. | |
Keys | Gets a collection of the property names in the collection. | |
Values | Gets a collection of the values of all the properties in the collection. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Adds a named property to the collection. The specified data is stored with the named property. | |
Clear | Removes all properties from the collection. | |
Contains | Determines whether the collection contains a specific property. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Remove | Removes a specific property from the collection. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
TransactionPropertyCollection Class
Microsoft.MetadirectoryServices Namespace
Microsoft.MetadirectoryServices