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