Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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