ParameterSectionJSContactPointer Property

JSPTR: This parameter is used with the instances in JSContactProps. Its value points to the JSContact property whose value is stored in the VCardProperty. (4 - RFC 9555)

Definition

Namespace: FolkerKinzel.VCards.Models.Properties.Parameters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public string? JSContactPointer { get; set; }

Property Value

String
A valid JSON pointer as defined in RFC 6901, or null.

See Also