ValidationError.IsWarning Propriedade
Definição
Obtém um valor que indica se esta instância é um aviso.Gets a value that indicates whether this instance is a warning.
public:
property bool IsWarning { bool get(); };
public bool IsWarning { get; }
member this.IsWarning : bool
Public ReadOnly Property IsWarning As Boolean
Valor da propriedade
true Se for um aviso; caso contrário false .true if a warning; otherwise false.