ICustomer.SerializedCustomer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.