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.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public string? JSContactPointer { get; set; }

Property Value

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

See Also