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

See also

Reference

CalendarReader class

CalendarReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace