Udostępnij za pośrednictwem


HostedApplication.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 HostedApplication
Dim value As Icon

value = instance.Icon

instance.Icon = value

Syntax

'Declaration
Public MustOverride Property Icon As Icon
public abstract Icon Icon { get; set; }
public:
virtual property Icon^ Icon {
    Icon^ get () abstract;
    void set (Icon^ value) abstract;
}
/** @property */
public abstract Icon get_Icon ()

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

public abstract function set Icon (value : 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

HostedApplication Class
HostedApplication Members
Microsoft.Uii.Csr Namespace

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