Visual Basic (Declaration) | |
---|---|
Public MustOverride Property NegativeMask As StatusBits |
C# | |
---|---|
public abstract StatusBits NegativeMask {get; set;} |
C++/CLI | |
---|---|
public: abstract property StatusBits NegativeMask { StatusBits get(); void set ( StatusBits value); } |
Property Value
a bitwise-OR of StatusBits enumeration valuesWhenever a bit in the NegativeMask property transitions from set to unset, the bit is added to the NegativeSummary property.
You can watch for this transition by polling the NegativeSummary property, or you can register for a property change event on the NegativeSummary property (subscribing to a property change event handler for the Measurement.Status object and watching for NegativeValue to change).
For an example, see the description of the Status class itself.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)