ValidationResultsWarnings Property |
Gets an array of all of the warnings found in
Results.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ValidationResult[] Warnings { get; }
Public ReadOnly Property Warnings As ValidationResult()
Get
public:
property array<ValidationResult^>^ Warnings {
array<ValidationResult^>^ get ();
}
member Warnings : ValidationResult[] with get
Property Value
Type:
ValidationResultSee Also