PropertyIDID Property

Gets the local ID of the VCardProperty.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
public int ID { get; }

Property Value

Int32

Remarks

The local key for identifying a VCardProperty consists of the name of the vCard property to which this instance is assigned and the value of this property.

See Also