IQuoteTableHasValidationsFailed Property |
Gets a value indicating whether this instance is valid.
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool HasValidationsFailed { get; }ReadOnly Property HasValidationsFailed As Boolean
Get
property bool HasValidationsFailed {
bool get ();
}function get_HasValidationsFailed();
No code example is currently available or this language may not be supported.
Property Value
Booleantrue if this instance is not valid; otherwise,
false.
See Also