Conflict.Type Property
Gets the WdRevisionType for the Conflict object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Type As WdRevisionType
Get
'Usage
Dim instance As Conflict
Dim value As WdRevisionType
value = instance.Type
WdRevisionType Type { get; }
Property Value
Type: Microsoft.Office.Interop.Word.WdRevisionType
The WdRevisionType for the Conflict object.
Remarks
Read-only.