Performs an LDAP 'modify' operation on the entry specified by DN by changing its superior.
Syntax
[VB.NET]
Public Function MoveToDNAsync(ByVal NewSuperior As String)AsTask
[C#]
public Task MoveToDNAsync(string newSuperior);
Remarks
This method is the asynchronous version of the MoveToDN method and is used to support asynchronous operations in WinRT. Please refer to MoveToDN for more information.