Recurrence.Count property

The Count property gets or sets an integer that represents the value of the COUNT property.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property Count As Integer
    Get
    Set
'Usage
Dim instance As Recurrence
Dim value As Integer

value = instance.Count

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

Property value

Type: System.Int32

See also

Reference

Recurrence class

Recurrence members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace