Task.Icon Property

 

Note: This API is now obsolete.

Gets or sets the Icon that is associated with the Task object.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

[ObsoleteAttribute("The Icon will never be shown.")]
public Icon Icon { get; set; }
public:
[ObsoleteAttribute("The Icon will never be shown.")]
property Icon^ Icon {
    Icon^ get();
    void set(Icon^ value);
}
<ObsoleteAttribute("The Icon will never be shown.")>
Public Property Icon As Icon

Property Value

Type: System.Drawing.Icon

An instance of Icon.

See Also

Task Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top