Gets the number of items in the ConnectedMACollection object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ConnectedMACollection
Dim value As Integer

value = instance.Count

Syntax

Visual Basic
Public MustOverride ReadOnly Property Count As Integer
C#
public abstract int Count { get; }
C++
public:
virtual property int Count {
		int get () abstract;
}
J#
/** @property */
public abstract int get_Count ()
JScript
public abstract function get Count () : int

Property Value

Returns an Int32 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