TransactionPropertyCollection.Remove Method

The Remove method removes a specific property from the collection.

Syntax

public void Remove(
  String propertyName
);
Public Sub Remove( _
  ByVal propertyName As String _
)

Parameters

  • propertyName
    Contains the name of the property to remove. The name is not case-sensitive.

Return Value

This method does not return a value.

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