CoAuthoring.Authors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.