[This is preliminary documentation and is subject to change.]
Gets or sets the number of validation warnings found during execution of this thread and all child threads.
| C# | Visual Basic | Visual C++ |
public uint NrOfValidationWarnings { get; set; }
Public Property NrOfValidationWarnings As UInteger
public: property unsigned int NrOfValidationWarnings { unsigned int get (); void set (unsigned int value); }