ContactParameterReader.ParameterId property
The ParameterId property returns the identifier for the parameter.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ParameterId As ParameterId
Get
'Usage
Dim instance As ContactParameterReader
Dim value As ParameterId
value = instance.ParameterId
public ParameterId ParameterId { get; }
Property value
Type: Microsoft.Exchange.Data.ContentTypes.vCard.ParameterId
A ParameterId instance containing the identity of the parameter.
See also
Reference
ContactParameterReader structure