Share via


CompilationFailure.CompiledContent Property

Definition

Contents being compiled.

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

Property Value

Remarks

For templated files, the SourceFileContent represents the original content and CompiledContent represents the transformed content. This property can be null if the exception is encountered during transformation.

Applies to