Share via


ContactReader.PropertyReader property

The PropertyReader property gets a property read that reads the properties of the current vCard.

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

Syntax

'Declaration
Public ReadOnly Property PropertyReader As ContactPropertyReader
    Get
'Usage
Dim instance As ContactReader
Dim value As ContactPropertyReader

value = instance.PropertyReader
public ContactPropertyReader PropertyReader { get; }

Property value

Type: Microsoft.Exchange.Data.ContentTypes.vCard.ContactPropertyReader
A ContactPropertyReader for the current vCard data.

See also

Reference

ContactReader class

ContactReader members

Microsoft.Exchange.Data.ContentTypes.vCard namespace