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