Microsoft Identity Integration Server 2003 Developer Reference

TransactionPropertyCollection.Clear

The Clear method removes all of the properties from the collection.
[C#]
public void Clear();
[Visual Basic .NET]
Public Sub Clear()

Parameters

This method has no parameters.

Return Values

This method has no return values.

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