DkmUserMessage.MessageText Property

Definition

Text to display inside the message box or inside the output window. If an error code is provided, '%1' will be replaced with the text for the error message. For example: 'Unable to stand on my head. %1'.

public:
 property System::String ^ MessageText { System::String ^ get(); };
public:
 property Platform::String ^ MessageText { Platform::String ^ get(); };
public string MessageText { get; }
member this.MessageText : string
Public ReadOnly Property MessageText As String

Property Value

Returns String.

Applies to