Microsoft Identity Integration Server 2003 Developer Reference

CSEntry.ToString

The ToString method returns a String that represents the current object.
[C#]
public String ToString();
[Visual Basic .NET]
Public Function ToString() As String

Parameters

This method has no parameters.

Return Values

Returns a 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.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

CSEntry