VeriStand .NET API Reference

CompilationEvent.Code Property

Gets the code for an event that occurs during compilation.

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 Code As CompilationEventCode
C#
public CompilationEventCode Code { get; }
Visual C++
public:
property CompilationEventCode Code {
	CompilationEventCode get ();
}

Property Value

An enumeration of CompilationEventCode.

See Also

Log in to get a better experience