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