ContactWriter.WritePropertyValue Method (Boolean)

The WritePropertyValue(Boolean) method writes a Boolean value.

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

Syntax

'Declaration
Public Sub WritePropertyValue ( _
    value As Boolean _
)
'Usage
Dim instance As ContactWriter
Dim value As Boolean

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

Parameters