public string? ComponentOrder { get; set; }
Public Property ComponentOrder As String
Get
Set
public:
property String^ ComponentOrder {
String^ get ();
void set (String^ value);
}
member ComponentOrder : string with get, set
The value facilitates converting name and address components between JSContact and vCard. It preserves the order of the components of the JSContact property and contains the verbatim values of separator components. (See RFC 9555 for details.)
This parameter can be used with the VCardProperty instances in NameViews and Addresses.