_Document.CoAuthoring Property

Definition

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

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

Property Value

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.

Applies to