Freigeben über


ContactPropertyReader.ReadValue method

The ReadValue() method parses a property value according to its type and returns it as an object.

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

Syntax

'Declaration
Public Function ReadValue As Object
'Usage
Dim instance As ContactPropertyReader
Dim returnValue As Object

returnValue = instance.ReadValue()
public Object ReadValue()

Return value

Type: System.Object
he ReadValue() method returns an Object instance containing the property value.

See also

Reference

ContactPropertyReader structure

ContactPropertyReader members

ReadValue overload

Microsoft.Exchange.Data.ContentTypes.vCard namespace