Share via


MessageViewDescription.Title Property

 

Gets or sets the title for the message view.

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

Syntax

public string Title { get; set; }
public:
property String^ Title {
    String^ get();
    void set(String^ value);
}
member Title : string with get, set
Public Property Title As String

Property Value

Type: System.String

The message title

Remarks

Setting this property does not change the title for existing message view instances. Only future message view instances are affected.

See Also

MessageViewDescription Class
Microsoft.ManagementConsole Namespace

Return to top