CalendarReader.Depth Property
The Depth property gets an integer value that indicates how deeply the current component is nested.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Depth As Integer
Get
'Usage
Dim instance As CalendarReader
Dim value As Integer
value = instance.Depth
public int Depth { get; }
Property Value
Type: System.Int32