MsoDebugOptions_UTManager.ReportErrors Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property ReportErrors As Boolean
Get
Set
'Usage
Dim instance As MsoDebugOptions_UTManager
Dim value As Boolean
value = instance.ReportErrors
instance.ReportErrors = value
bool ReportErrors { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
MsoDebugOptions_UTManager Interface