Share via


MultiValuedPropertyBase.Count Property

Gets the number of objects in the multivalued property.

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As MultiValuedPropertyBase
Dim value As Integer

value = instance.Count
public abstract int Count { get; }

Property Value

Type: System.Int32
The number of objects in the multivalued property collection.

Implements

ICollection.Count