Microsoft Identity Integration Server 2003 Developer Reference

TransactionPropertyCollection.Values

The Values property retrieves a collection of the values of all the properties in the collection.
[C#]
public ICollection Values {get;}
[Visual Basic .NET]
Public ReadOnly Property Values 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