Share via


CalendarWriter.WritePropertyValue Method (Single)

The WritePropertyValue method writes a single precision floating point value to the current property in the stream that this WritePropertyValue object owns.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WritePropertyValue ( _
    value As Single _
)
'Usage
Dim instance As CalendarWriter
Dim value As Single

instance.WritePropertyValue(value)
public void WritePropertyValue(
    float value
)

Parameters

  • value
    Type: System.Single
    A single precision floating point value to write.