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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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.