CalendarParameterReader.ReadValue Method
The ReadValue method returns a string that contains the current value.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValue As String
'Usage
Dim instance As CalendarParameterReader
Dim returnValue As String
returnValue = instance.ReadValue()
public string ReadValue()
Return Value
Type: System.String