CoAuthoring.Conflicts Property
Gets a Conflicts collection that represents all the conflicts in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Conflicts As Conflicts
Get
'Usage
Dim instance As CoAuthoring
Dim value As Conflicts
value = instance.Conflicts
Conflicts Conflicts { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Conflicts
A Conflicts collection that represents all the conflicts in a document.
Remarks
Read-only.