CalendarPropertyReader.ReadValueAsBoolean Method
The ReadValueAsBoolean method reads the current value and returns it as a Boolean.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsBoolean As Boolean
'Usage
Dim instance As CalendarPropertyReader
Dim returnValue As Boolean
returnValue = instance.ReadValueAsBoolean()
public bool ReadValueAsBoolean()
Return Value
Type: System.Boolean