CalendarPropertyReader.ReadValue Method
The ReadValue method reads the current value and returns it as an object that best represents its underlying type.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValue As Object
'Usage
Dim instance As CalendarPropertyReader
Dim returnValue As Object
returnValue = instance.ReadValue()
public Object ReadValue()
Return Value
Type: System.Object
Remarks
Parameter values are always returned as strings.