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