View.ShowOtherAuthors Property
Gets or sets whether other authors' presence should be visible in the document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowOtherAuthors As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowOtherAuthors
instance.ShowOtherAuthors = value
bool ShowOtherAuthors { get; set; }
Property Value
Type: System.Boolean
true if other authors' presence should be visible in the document; otherwise, false.
Remarks
Read/write Boolean. Use this property to toggle showing other authors' presence while co-authoring.