Share via


ICustomer.IsNewCustomer Property

Definition

Gets or sets a Boolean value that specifies whether the customer is a new customer.

public:
 property bool IsNewCustomer { bool get(); void set(bool value); };
public bool IsNewCustomer { get; set; }
member this.IsNewCustomer : bool with get, set
Public Property IsNewCustomer As Boolean

Property Value

True if the customer is a new customer, otherwise false.

Applies to