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) Namespace: FolkerKinzel.VCards.Models.Properties.ParametersAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public string? JSContactPointer { get; set; }
Public Property JSContactPointer As String
Get
Set
public:
property String^ JSContactPointer {
String^ get ();
void set (String^ value);
}
member JSContactPointer : string with get, set
Property Value
StringA valid JSON pointer as defined in RFC 6901, or
null.