ContactPropertyReader.ParameterReader Property

The ParameterReader property gets a parameter reader that reads the property parameters.

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

Syntax

'Declaration
Public ReadOnly Property ParameterReader As ContactParameterReader
    Get
'Usage
Dim instance As ContactPropertyReader
Dim value As ContactParameterReader

value = instance.ParameterReader
public ContactParameterReader ParameterReader { get; }

Property Value

Type: Microsoft.Exchange.Data.ContentTypes.vCard.ContactParameterReader
A ContactParameterReader instance that reads the property's parameters..