Document.CoAuthoring Property
Represents co-authoring-related functionality in the document.
Namespace: Microsoft.Office.Tools.Word
Assemblies: Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
ReadOnly Property CoAuthoring As CoAuthoring
CoAuthoring CoAuthoring { get; }
Property Value
Type: Microsoft.Office.Interop.Word.CoAuthoring
An object that provides access to co-authoring-related functionality in the document.
Exceptions
Exception | Condition |
---|---|
MissingMemberException | This method is used in a Word 2007 project. |
Remarks
This property 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.
Note
This method appears in IntelliSense in Word 2007 projects that target the .NET Framework 4. However, this property cannot be used in Word 2007 projects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.