public string? OriginalString { get; }Public ReadOnly Property OriginalString As String
Getpublic:
property String^ OriginalString {
String^ get ();
}member OriginalString : string with getIf the OriginalString is not null, it is copied unchanged into the vCard being written. This behavior can be undesirable when converting from one vCard version to another.
In this case, assign a new ContactIDProperty instance to the VCard — initialized with the value of the Comparer property of the ContactID thats stored as the Value of the current ContactIDProperty — in order to adapt the format (e.g., of Guids) to the new vCard version.