Share via


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.

See also

Reference

CalendarPropertyReader structure

CalendarPropertyReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace