BuildEventArgs.RawMessage 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.
Exposes the underlying message field without side-effects. Used for serialization.
protected public:
property System::String ^ RawMessage { System::String ^ get(); void set(System::String ^ value); };
protected internal string RawMessage { get; set; }
protected internal string? RawMessage { get; set; }
member this.RawMessage : string with get, set
Protected Friend Property RawMessage As String