Compartilhar via


ICustomer.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 ICustomer
Dim value As Object

value = instance.DesktopCustomer

instance.DesktopCustomer = value

Syntax

'Declaration
Property DesktopCustomer As Object
Object DesktopCustomer { get; set; }
property Object^ DesktopCustomer {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
Object get_DesktopCustomer ()

/** @property */
void set_DesktopCustomer (Object value)
function get DesktopCustomer () : Object

function set DesktopCustomer (value : Object)

Property Value

Type: Object

Remarks

This allows a developer to create their own customer record type and process that record type within Desktop

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

ICustomer Interface
ICustomer Members
Microsoft.Uii.Desktop.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.