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

See also

Reference

MultiValuedPropertyBase class

MultiValuedPropertyBase members

Microsoft.Exchange.Data namespace