Share via


DeploymentTraceEventArgs.Message Property

Definition

Gets the message associated with the current event argument.

public:
 abstract property System::String ^ Message { System::String ^ get(); };
public abstract string Message { get; }
member this.Message : string
Public MustOverride ReadOnly Property Message As String

Property Value

The message associated with the current event argument.

Applies to