PropertyIDID Property

Gets the local ID of the VCardProperty.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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