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

Usage

Visual Basic
Dim instance As AppDisplayInfo
Dim value As Icon

value = instance.Icon

instance.Icon = value

Syntax

Visual Basic
<XmlElementAttribute> _
Public Property Icon As Icon
C#
[XmlElementAttribute] 
public Icon Icon { get; set; }
C++
[XmlElementAttribute] 
public:
property Icon^ Icon {
		Icon^ get ();
		void set (Icon^ value);
}
J#
/** @property */
public Icon get_Icon ()

/** @property */
public void set_Icon (Icon value)
JScript
public function get Icon () : Icon

public 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

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also