Compartilhar via


IHostedApplication5.ImageSource Property

Specifies the image used to represent the hosted application.

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

Usage

'Usage
Dim instance As IHostedApplication5
Dim value As ImageSource

value = instance.ImageSource

instance.ImageSource = value

Syntax

'Declaration
Property ImageSource As ImageSource
ImageSource ImageSource { get; set; }
property ImageSource^ ImageSource {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
/** @property */
ImageSource get_ImageSource ()

/** @property */
void set_ImageSource (ImageSource value)
function get ImageSource () : ImageSource

function set ImageSource (value : ImageSource)

Property Value

Returns ImageSource.

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

IHostedApplication5 Interface
IHostedApplication5 Members
Microsoft.Uii.Csr Namespace

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