ValidationModelFieldIsError Property |
Gets a value indicating that the message is an error.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsError { get; }
Public ReadOnly Property IsError As Boolean
Get
public:
property bool IsError {
bool get ();
}
member IsError : bool with get
Property Value
Type:
BooleanSee Also