SmsErrorDialog.Icon Property

Sets the image displayed in the dialog box.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsErrorDialog
Dim value As Icon

instance.Icon = value

Syntax

'Declaration
Public WriteOnly Property Icon As Icon
public Icon Icon { set; }
public:
property Icon^ Icon {
    void set (Icon^ value);
}
/** @property */
public void set_Icon (Icon value)
public function set Icon (value : Icon)

Property Value

[in] System.Drawing.Icon object.

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

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsErrorDialog Class
SmsErrorDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace