ConnectedMACollection Class
Represents a collection of ConnectedMA objects.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As ConnectedMACollection
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ConnectedMACollection
Implements IEnumerable
[DefaultMemberAttribute("Item")]
public abstract class ConnectedMACollection : IEnumerable
[DefaultMemberAttribute(L"Item")]
public ref class ConnectedMACollection abstract : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
public abstract class ConnectedMACollection implements IEnumerable
DefaultMemberAttribute("Item")
public abstract class ConnectedMACollection implements IEnumerable
Inheritance Hierarchy
System.Object
Microsoft.MetadirectoryServices.ConnectedMACollection
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
ConnectedMACollection Members
Microsoft.MetadirectoryServices Namespace
ConnectedMA Class
ConnectedMACollectionEnumerator
Microsoft.MetadirectoryServices