Property Explicit
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Explicit
Gets a flag that indicates that the data row should only be run explicitly. If the value is null
,
then it inherits its explicitness from the value of Explicit.
public bool? Explicit { get; set; }
Property Value
- bool?