OutputMessage.Text Property

Definition

Contains the text of the message.

public:
 property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
public string Text { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Text : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Text : string
Public ReadOnly Property Text As String

Property Value

A string indicating the message text.

Attributes

Applies to