SearchResultEventArgs.DesktopCustomer 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 customer object.
public:
property Microsoft::Uii::Desktop::Core::CustomerEntity ^ DesktopCustomer { Microsoft::Uii::Desktop::Core::CustomerEntity ^ get(); void set(Microsoft::Uii::Desktop::Core::CustomerEntity ^ value); };
public Microsoft.Uii.Desktop.Core.CustomerEntity DesktopCustomer { get; set; }
member this.DesktopCustomer : Microsoft.Uii.Desktop.Core.CustomerEntity with get, set
Public Property DesktopCustomer As CustomerEntity