ICustomer Interface
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.
Represents the baseline customer interface.
public interface class ICustomer
public interface ICustomer
type ICustomer = interface
Public Interface ICustomer
- Derived
Properties
CustomerId |
Specifies the customer ID. |
DesktopCustomer |
Gets or sets the object containing the customer record. |
IsNewCustomer |
Gets or sets a Boolean value that specifies whether the customer is a new customer. |
OriginatingSearchControl |
Gets or sets the name of the control that originated this request. |
SerializedCustomer |
Gets or sets the serialized version of the customer object. |
TargetContextManagerControl |
Gets or sets the name of the control that is managing the context setup and configuration. |