ValidationResultsHasWarnings Property |
Gets a value indicating that
Results contains at least one warning.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool HasWarnings { get; }
Public ReadOnly Property HasWarnings As Boolean
Get
public:
property bool HasWarnings {
bool get ();
}
member HasWarnings : bool with get
Property Value
Type:
BooleanSee Also