CustomerEntity.DesktopCustomer Property
Gets or sets the object containing the customer record.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As CustomerEntity
Dim value As Object
value = instance.DesktopCustomer
instance.DesktopCustomer = value
Syntax
'Declaration
<XmlIgnoreAttribute> _
Public Property DesktopCustomer As Object
[XmlIgnoreAttribute]
public Object DesktopCustomer { get; set; }
[XmlIgnoreAttribute]
public:
virtual property Object^ DesktopCustomer {
Object^ get () sealed;
void set (Object^ value) sealed;
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public final Object get_DesktopCustomer ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public final void set_DesktopCustomer (Object value)
CompilerGeneratedAttribute
public final function get DesktopCustomer () : Object
CompilerGeneratedAttribute
public final function set DesktopCustomer (value : Object)
Property Value
Type: Object
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
CustomerEntity Class
CustomerEntity Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.