Share via


AppDisplayInfo.Icon Property

 

Icon that represents the application.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public Icon Icon { get; set; }
public:
property Icon^ Icon {
    Icon^ get();
    void set(Icon^ value);
}
Public Property Icon As Icon

Property Value

Type: Microsoft.ConfigurationManagement.ApplicationManagement.Icon

Returns Icon.

See Also

AppDisplayInfo Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top