Compartilhar via


IHostedApplication2.Icon Property

Gets or sets the icon used to represent the application in the UII UI.

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

Usage

'Usage
Dim instance As IHostedApplication2
Dim value As Icon

value = instance.Icon

instance.Icon = value

Syntax

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

/** @property */
void set_Icon (Icon value)
function get Icon () : Icon

function set Icon (value : Icon)

Property Value

Returns Icon.

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

IHostedApplication2 Interface
IHostedApplication2 Members
Microsoft.Uii.Csr Namespace

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