CrossDomainMoveControl Class

Definition

The CrossDomainMoveControl class is used with a ModifyDNRequest object to move an LDAP object from one domain to another.

public ref class CrossDomainMoveControl : System::DirectoryServices::Protocols::DirectoryControl
public class CrossDomainMoveControl : System.DirectoryServices.Protocols.DirectoryControl
type CrossDomainMoveControl = class
    inherit DirectoryControl
Public Class CrossDomainMoveControl
Inherits DirectoryControl
Inheritance
CrossDomainMoveControl

Constructors

CrossDomainMoveControl()

The CrossDomainMoveControl() constructor creates an instance of the CrossDomainMoveControl class.

CrossDomainMoveControl(String)

The CrossDomainMoveControl(String) constructor creates an instance of the CrossDomainMoveControl class using the specified target domain.

Properties

IsCritical

The IsCritical property specifies whether the control is critical.

(Inherited from DirectoryControl)
ServerSide

The ServerSide property specifies whether this is a server-side control.

(Inherited from DirectoryControl)
TargetDomainController

The TargetDomainController property gets or sets the DNS name of the destination domain controller (DC).

Type

The Type property contains the object identifier (OID) of the control.

(Inherited from DirectoryControl)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetValue()

The GetValue() method returns the binary representation of CrossDomainMoveControl.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to