Sets the image displayed in the dialog box.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsErrorDialog
Dim value As Icon
instance.Icon = value
|
Syntax
Visual Basic |
Public WriteOnly Property Icon As Icon
|
C# |
public Icon Icon { set; }
|
C++ |
public:
property Icon^ Icon {
void set (Icon^ value);
}
|
J# |
/** @property */
public void set_Icon (Icon value)
|
JScript |
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