AgentDesktopSession.Customer Property
Gets or sets the customer object that contains information about the customer.
Namespace: Microsoft.Uii.Desktop.SessionManager
Assembly: Microsoft.Uii.Desktop.SessionManager (in Microsoft.Uii.Desktop.SessionManager.dll)
Usage
'Usage
Dim instance As AgentDesktopSession
Dim value As CustomerEntity
value = instance.Customer
instance.Customer = value
Syntax
'Declaration
Public Property Customer As CustomerEntity
public CustomerEntity Customer { get; set; }
public:
property CustomerEntity^ Customer {
CustomerEntity^ get ();
void set (CustomerEntity^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public CustomerEntity get_Customer ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Customer (CustomerEntity value)
CompilerGeneratedAttribute
public function get Customer () : CustomerEntity
CompilerGeneratedAttribute
public function set Customer (value : CustomerEntity)
Property Value
Type: CustomerEntity.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AgentDesktopSession Class
AgentDesktopSession Members
Microsoft.Uii.Desktop.SessionManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.