BuildMessage.Message Property

Definition

A text string describing the details of the build message

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

A text string that describes the details of the build message.

Implements

Attributes

Applies to