ContactWriter.WritePropertyValue method (Double)
The WritePropertyValue(Double) property writes a Double 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 Double _
)
'Usage
Dim instance As ContactWriter
Dim value As Double
instance.WritePropertyValue(value)
public void WritePropertyValue(
double value
)
Parameters
- value
Type: System.Double