Share via


ICustomer.DesktopCustomer Property

Definition

Gets or sets the object containing the customer record.

public:
 property System::Object ^ DesktopCustomer { System::Object ^ get(); void set(System::Object ^ value); };
public object DesktopCustomer { get; set; }
member this.DesktopCustomer : obj with get, set
Public Property DesktopCustomer As Object

Property Value

Remarks

This allows a developer to create their own customer record type and process that record type within Desktop

Applies to