HostedWebApplication.Icon Property
Used to indicate the preferred icon to use
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedWebApplication
Dim value As Icon
value = instance.Icon
instance.Icon = value
Syntax
'Declaration
Public Overrides Property Icon As Icon
public override Icon Icon { get; set; }
public:
virtual property Icon^ Icon {
Icon^ get () override;
void set (Icon^ value) override;
}
/** @property */
public Icon get_Icon ()
/** @property */
public void set_Icon (Icon value)
public override function get Icon () : Icon
public override 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
HostedWebApplication Class
HostedWebApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.