CoAuthoring.Authors Property

Definition

Gets a CoAuthors collection that represents all the co-authors currently editing the document.

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

Property Value

A CoAuthors collection that represents all the co-authors currently editing the document.

Remarks

Read-only. The collection returned by this property is static. If this collection is stored and then new users begin editing the document, or current users are no longer editing the document, the stored collection does not change.

Applies to