Represents an entry in the connector space.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As CSEntry

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public MustInherit Class CSEntry
		Implements IEnumerable
C#
[DefaultMemberAttribute("Item")] 
public abstract class CSEntry : IEnumerable
C++
[DefaultMemberAttribute(L"Item")] 
public ref class CSEntry abstract : IEnumerable
J#
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class CSEntry implements IEnumerable
JScript
DefaultMemberAttribute("Item") 
public abstract class CSEntry implements IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.CSEntry

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