VeriStand .NET API Reference

Compiler.CompilationEvents Property

Gets an array of events that occurred during compilation. These can be errors, warnings, or messages.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public ReadOnly Property CompilationEvents As CompilationEvent()
C#
public CompilationEvent[] CompilationEvents { get; }
Visual C++
public:
property array<CompilationEvent^>^ CompilationEvents {
	array<CompilationEvent^>^ get ();
}

Property Value

An array of CompilationEvent objects.

See Also

Log in to get a better experience