Schedule.Count property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As Schedule
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32