TextExpressionCompilerSettings.LogSourceGenerationMessage Property

Definition

Gets or sets the log source generation message for the TextExpressionCompilerSettings.

public:
 property Action<System::String ^> ^ LogSourceGenerationMessage { Action<System::String ^> ^ get(); void set(Action<System::String ^> ^ value); };
public Action<string> LogSourceGenerationMessage { get; set; }
member this.LogSourceGenerationMessage : Action<string> with get, set
Public Property LogSourceGenerationMessage As Action(Of String)

Property Value

The log source generation message for the TextExpressionCompilerSettings.

Applies to