MultiValuedProperty<T>.Count Property

This member overrides MultiValuedPropertyBase.Count.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As MultiValuedProperty
Dim value As Integer

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

Property Value

Type: System.Int32
Returns Int32.

Implements

ICollection.Count
ICollection<T>.Count
ICollection.Count