Click or drag to resize
Infosoft Logo

VerifyResultIsCustomerImported Property

Gets or sets a value indicating whether customer is imported. This will indicate if the user is in the "live" system or only in the temporary tables and still awaiting an import.

Namespace: Infosoft.Webservices.Subscription.helpclasses
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public bool IsCustomerImported { get; set; }

Property Value

Boolean
true if this instance is customer imported; otherwise, false.
See Also