Freigeben über


AttributeChange.CreateNewDN Method

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

Usage

'Usage
Dim newDN As String
Dim returnValue As AttributeChange

returnValue = AttributeChange.CreateNewDN(newDN)

Syntax

'Declaration
Public Shared Function CreateNewDN ( _
    newDN As String _
) As AttributeChange
public static AttributeChange CreateNewDN (
    string newDN
)
public:
static AttributeChange^ CreateNewDN (
    String^ newDN
)
public static AttributeChange CreateNewDN (
    String newDN
)
public static function CreateNewDN (
    newDN : String
) : 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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

AttributeChange Class
AttributeChange Members
Microsoft.MetadirectoryServices Namespace