Share via


CalendarPropertyReader.ValueType property

The ValueType property gets the type of the current value.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property ValueType As CalendarValueType
    Get
'Usage
Dim instance As CalendarPropertyReader
Dim value As CalendarValueType

value = instance.ValueType
public CalendarValueType ValueType { get; }

Property value

Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.CalendarValueType

See also

Reference

CalendarPropertyReader structure

CalendarPropertyReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace