MVEntry Class

Represents an entry in the metaverse.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As MVEntry

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public MustInherit Class MVEntry
    Implements IEnumerable
[DefaultMemberAttribute("Item")] 
public abstract class MVEntry : IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class MVEntry abstract : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class MVEntry implements IEnumerable
DefaultMemberAttribute("Item") 
public abstract class MVEntry implements IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.MVEntry

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

Reference

MVEntry Members
Microsoft.MetadirectoryServices Namespace
Attrib Class
Microsoft.MetadirectoryServices