LDAP Client.Net

Entry.Rename Method 

Change the Entry's relative distinguished name (rdn). The rdn must be included in the search results for this method to behave correctly.

[Visual Basic]
MustOverride Public Sub Rename( _ 
   ByVal rdn As String _ 
)
[C#]
public abstract void Rename(
   string rdn
);
[C++]
public: abstract void Rename(
   String* rdn
);
[JScript]
public abstract function Rename(
   String rdn
);

Parameters

rdn
New relative distinguished name.

See Also

Entry Class | LdapServices.Ldap Namespace