Microsoft Identity Integration Server 2003 Developer Reference

TransactionPropertyCollection.Keys

The Keys property retrieves a collection of the property names in the collection.
[C#]
public ICollection Keys {get;}
[Visual Basic .NET]
Public ReadOnly Property Keys As ICollection

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