TransactionPropertyCollection.Contains Method

The Contains method determines if the collection contains a specific property.

Syntax

public bool Contains(
  String propertyName
);
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 Value

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 ILM 2007 FP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

TransactionPropertyCollection

Send comments about this topic to Microsoft

Build date: 2/16/2009