ConverterMessageCollection.ContainsFailure Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ContainsFailure As Boolean
Get
'Usage
Dim instance As ConverterMessageCollection
Dim value As Boolean
value = instance.ContainsFailure
public bool ContainsFailure { get; }
Property Value
Type: System.Boolean
See Also
Reference
ConverterMessageCollection Class