Freigeben über


AttributeChange.CreateAttributeDelete Method

Create an instance of the AttributeChange class whose AttributeModificationType is Delete.

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

Usage

'Usage
Dim attributeName As String
Dim returnValue As AttributeChange

returnValue = AttributeChange.CreateAttributeDelete(attributeName)

Syntax

'Declaration
Public Shared Function CreateAttributeDelete ( _
    attributeName As String _
) As AttributeChange
public static AttributeChange CreateAttributeDelete (
    string attributeName
)
public:
static AttributeChange^ CreateAttributeDelete (
    String^ attributeName
)
public static AttributeChange CreateAttributeDelete (
    String attributeName
)
public static function CreateAttributeDelete (
    attributeName : String
) : AttributeChange

Parameters

  • attributeName
    Contains an attribute name.

Return Value

Returns AttributeChange.

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

AttributeChange Class
AttributeChange Members
Microsoft.MetadirectoryServices Namespace