OutputMessage.Text 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.
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