Returns a System.String that represents the current object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As CSEntry
Dim returnValue As String

returnValue = instance.ToString

Syntax

Visual Basic
Public MustOverride Function ToString As String
C#
public abstract string ToString ()
C++
public:
virtual String^ ToString () abstract override
J#
public abstract String ToString ()
JScript
public abstract function ToString () : String

Return Value

Returns a System.String that represents the current object.

Remarks

The returned string contains the name of the management agent (MA.Name), the Object Type (ObjectType) and distinguished name (DN) of the current object.


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

Target Platforms

See Also