Udostępnij za pośrednictwem


SearchResultEventArgs.DesktopCustomer Property

Gets or sets the customer object.

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As SearchResultEventArgs
Dim value As CustomerEntity

value = instance.DesktopCustomer

instance.DesktopCustomer = value

Syntax

'Declaration
Public Property DesktopCustomer As CustomerEntity
public CustomerEntity DesktopCustomer { get; set; }
public:
property CustomerEntity^ DesktopCustomer {
    CustomerEntity^ get ();
    void set (CustomerEntity^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public CustomerEntity get_DesktopCustomer ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_DesktopCustomer (CustomerEntity value)
CompilerGeneratedAttribute 
public function get DesktopCustomer () : CustomerEntity

CompilerGeneratedAttribute 
public function set DesktopCustomer (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

SearchResultEventArgs Class
SearchResultEventArgs Members
Microsoft.Uii.Desktop.Core Namespace

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