Microsoft Identity Integration Server 2003 Developer Reference

MVEntry.ToString

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

Parameters

This method has no parameters.

Remarks

The returned string contains the Object Type (ObjectType) and object ID (ObjectID) 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

MVEntry