Gets the current ConnectedMA object in the enumeration.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ConnectedMACollectionEnumerator
Dim value As ConnectedMA

value = instance.Current

Syntax

Visual Basic
Public MustOverride ReadOnly Property Current As ConnectedMA
C#
public abstract ConnectedMA Current { get; }
C++
public:
virtual property ConnectedMA^ Current {
		ConnectedMA^ get () abstract;
}
J#
/** @property */
public abstract ConnectedMA get_Current ()
JScript
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