Share via


_Document.CoAuthoring Property

Returns a CoAuthoring object that provides an entry point to co-authoring-related object model in the document.

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

Syntax

'Declaration
ReadOnly Property CoAuthoring As CoAuthoring
    Get
'Usage
Dim instance As _Document
Dim value As CoAuthoring

value = instance.CoAuthoring
CoAuthoring CoAuthoring { get; }

Property Value

Type: Microsoft.Office.Interop.Word.CoAuthoring
Returns CoAuthoring.

Remarks

Ready-only. The CoAuthoringobject provides information about co-authoring at the document level. For example, the CoAuthoringobject can provide information about whether there are any locks in the document, which users have current locks on the document, or whether or not updates to the document content is available from the server. Use this property to return the CoAuthoringobject.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace