Gets or sets a value indicating whether EVM transient time is excluded from EVM calculations
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property IsEvmTransientTimeExcluded As Boolean |
C# | |
---|
public abstract bool IsEvmTransientTimeExcluded {get; set;} |
C++/CLI | |
---|
public:
abstract property bool IsEvmTransientTimeExcluded {
bool get();
void set ( bool value);
} |
Property Value
The default value is false, i.e. transient time regions are not excluded from EVM calculations.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also