View.ConflictMode Property
Gets or sets whether the document is in conflict mode view.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ConflictMode As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ConflictMode
instance.ConflictMode = value
bool ConflictMode { get; set; }
Property Value
Type: System.Boolean
true if the document is in conflict mode view; otherwise, false.
Remarks
Read/write.