CoAuthoring.Authors Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Authors As CoAuthors
    Get
'Usage
Dim instance As CoAuthoring
Dim value As CoAuthors

value = instance.Authors
CoAuthors Authors { get; }

Property Value

Type: Microsoft.Office.Interop.Word.CoAuthors
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.

See Also

Reference

CoAuthoring Interface

CoAuthoring Members

Microsoft.Office.Interop.Word Namespace