MessageViewDescription.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
Remarks
Setting this property does not change the icon identifier for existing message view instances. Only future message view instances are affected.
See Also
MessageViewDescription Class
Microsoft.ManagementConsole Namespace
Return to top