Removes a specific property from the collection.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As TransactionPropertyCollection
Dim propertyName As String

instance.Remove(propertyName)

Syntax

Visual Basic
Public MustOverride Sub Remove ( _
		propertyName As String _
)
C#
public abstract void Remove (
		string propertyName
)
C++
public:
virtual void Remove (
		String^ propertyName
) abstract
J#
public abstract void Remove (
		String propertyName
)
JScript
public abstract function Remove (
		propertyName : String
)

Parameters

propertyName

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also