ValidationResults::Warnings Property
.NET Framework (current version)
Gets a read-only collection of workflow validation warnings.
Assembly: System.Activities (in System.Activities.dll)
public: property ReadOnlyCollection<ValidationError^>^ Warnings { ReadOnlyCollection<ValidationError^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ValidationError^>^A read-only collection of validation warnings.
.NET Framework
Available since 4.0
Available since 4.0
Show: