TransactionPropertyCollection.Remove Method

Removes a specific property from the collection.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As TransactionPropertyCollection
Dim propertyName As String

instance.Remove(propertyName)

Syntax

'Declaration
Public MustOverride Sub Remove ( _
    propertyName As String _
)
public abstract void Remove (
    string propertyName
)
public:
virtual void Remove (
    String^ propertyName
) abstract
public abstract void Remove (
    String propertyName
)
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

Reference

TransactionPropertyCollection Class
TransactionPropertyCollection Members
Microsoft.MetadirectoryServices Namespace
TransactionPropertyCollection Class