CalendarNotification.NextDays property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property NextDays As Integer
Get
Set
'Usage
Dim instance As CalendarNotification
Dim value As Integer
value = instance.NextDays
instance.NextDays = value
public int NextDays { get; set; }
Property value
Type: System.Int32