AgentDesktopSession.Customer 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 that contains information about the customer.
public:
property Microsoft::Uii::Desktop::Core::CustomerEntity ^ Customer { Microsoft::Uii::Desktop::Core::CustomerEntity ^ get(); void set(Microsoft::Uii::Desktop::Core::CustomerEntity ^ value); };
public Microsoft.Uii.Desktop.Core.CustomerEntity Customer { get; set; }
member this.Customer : Microsoft.Uii.Desktop.Core.CustomerEntity with get, set
Public Property Customer As CustomerEntity