Share via


ContactPropertyReader.ReadValueAsInt32 method

The ReadValueAsInt32() method returns the property value as an integer.

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

Syntax

'Declaration
Public Function ReadValueAsInt32 As Integer
'Usage
Dim instance As ContactPropertyReader
Dim returnValue As Integer

returnValue = instance.ReadValueAsInt32()
public int ReadValueAsInt32()

Return value

Type: System.Int32
The ReadValueAsInt32() method returns the property value as a Int32 instance.

See also

Reference

ContactPropertyReader structure

ContactPropertyReader members

ReadValueAsInt32 overload

Microsoft.Exchange.Data.ContentTypes.vCard namespace