DkmUserMessage.MessageText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.