CoAuthoring.Conflicts Property

Definition

Gets a Conflicts collection that represents all the conflicts in a document.

public:
 property Microsoft::Office::Interop::Word::Conflicts ^ Conflicts { Microsoft::Office::Interop::Word::Conflicts ^ get(); };
public Microsoft.Office.Interop.Word.Conflicts Conflicts { get; }
member this.Conflicts : Microsoft.Office.Interop.Word.Conflicts
Public ReadOnly Property Conflicts As Conflicts

Property Value

A Conflicts collection that represents all the conflicts in a document.

Remarks

Read-only.

Applies to