ConnectedMACollectionEnumerator.Current Property

Gets the current ConnectedMA object in the enumeration.

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

Usage

'Usage
Dim instance As ConnectedMACollectionEnumerator
Dim value As ConnectedMA

value = instance.Current

Syntax

'Declaration
Public MustOverride ReadOnly Property Current As ConnectedMA
public abstract ConnectedMA Current { get; }
public:
virtual property ConnectedMA^ Current {
    ConnectedMA^ get () abstract;
}
/** @property */
public abstract ConnectedMA get_Current ()
public abstract function get Current () : ConnectedMA

Property Value

Returns a ConnectedMA object.

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

ConnectedMACollectionEnumerator Class
ConnectedMACollectionEnumerator Members
Microsoft.MetadirectoryServices Namespace
ConnectedMA Class
ConnectedMACollectionEnumerator Class