Share via


ICustomer.SerializedCustomer Property

Definition

Gets or sets the serialized version of the customer object.

public:
 property System::String ^ SerializedCustomer { System::String ^ get(); void set(System::String ^ value); };
public string SerializedCustomer { get; set; }
member this.SerializedCustomer : string with get, set
Public Property SerializedCustomer As String

Property Value

Remarks

It is the developer’s responsibility to serialize the customer object and place it in this var. This var is what is used to rehydrate the session’s customer object when it is called for.

Applies to