Share via


CoAuthoring.CanShare Property

Gets whether this document can be co-authored.

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

Syntax

'Declaration
ReadOnly Property CanShare As Boolean
    Get
'Usage
Dim instance As CoAuthoring
Dim value As Boolean

value = instance.CanShare
bool CanShare { get; }

Property Value

Type: System.Boolean
true if this document can be co-authored; otherwise, false.

Remarks

Read-only. This property is true only if the CanMerge property is true and the document is a .docx file.

See Also

Reference

CoAuthoring Interface

CoAuthoring Members

Microsoft.Office.Interop.Word Namespace