MessageView.IconId Property

 

Gets or sets the icon identifier for the message view.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public MessageViewIcon IconId { get; set; }
public:
property MessageViewIcon IconId {
    MessageViewIcon get();
    void set(MessageViewIcon value);
}
member IconId : MessageViewIcon with get, set
Public Property IconId As MessageViewIcon

Property Value

Type: Microsoft.ManagementConsole.MessageViewIcon

The icon to display

See Also

MessageView Class
Microsoft.ManagementConsole Namespace

Return to top