ADObjectId.ToExtendedDN method
Returns the Active Directory object's extended distinguished name.
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Function ToExtendedDN As String
'Usage
Dim instance As ADObjectId
Dim returnValue As String
returnValue = instance.ToExtendedDN()
public string ToExtendedDN()
Return value
Type: System.String
The Active Directory object's extended distinguished name.