ContactWriter.WritePropertyValue Method (Int32)

The WritePropertyValue(Int32) method writes a 32-bit integer 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 Integer _
)
'Usage
Dim instance As ContactWriter
Dim value As Integer

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

Parameters