Microsoft Identity Integration Server 2003 Developer Reference

MVEntry

The MVEntry class represents an entry in the metaverse.

The MVEntry class is derived from the IEnumerable class.

Public Methods

The MVEntry class has the following public methods.

Method Description
Equals

Determines if two objects are equal.

GetEnumerator

Retrieves an AttributeNameEnumerator object that allows enumeration of the names of the attributes in the MVEntry object.

GetHashCode

Serves as a hash function for a particular type.

GetType

Retrieves the Type of the current object.

ToString

Retrieves a String that represents the current object.

Public Properties

The MVEntry class has the following public properties.

Property Description
ConnectedMAs Data type: ConnectedMACollection
Access type: Read-only

Retrieves a ConnectedMACollection object that contains a collection of the management agents with connected objects.

Item Data type: Attrib
Access type: Read-only

Retrieves the Attrib object for an attribute in the MVEntry object.

ObjectID Data type: System.Guid
Access type: Read-only

Retrieves the identifier of the metaverse entry.

ObjectType Data type: String
Access type: Read-only

Retrieves the object type of the metaverse entry.

Protected Constructors

The MVEntry class has the following protected constructor.

Constructor Description
MVEntry

Creates an instance of the MVEntry class.

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

Attrib