Microsoft Identity Integration Server 2003 Developer Reference

TransactionPropertyCollection.Contains

The Contains method determines if the collection contains a specific property.
[C#]
public bool Contains(
  String propertyName
);
[Visual Basic .NET]
Public Function Contains( _
  ByVal propertyName As String _
) As Boolean

Parameters

propertyName
Contains the name of the property for which to search. The name is not case-sensitive.

Return Values

Returns True if the property identified by propertyName exists in the collection or False if the property does not exist in the collection.

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