CompilationFailure.SourceFileContent 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.
Contents of the file.
public:
property System::String ^ SourceFileContent { System::String ^ get(); };
public string SourceFileContent { get; }
public string? SourceFileContent { get; }
member this.SourceFileContent : string
Public ReadOnly Property SourceFileContent As String