View.ShowOtherAuthors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether other authors' presence should be visible in the document.
public:
property bool ShowOtherAuthors { bool get(); void set(bool value); };
public bool ShowOtherAuthors { get; set; }
member this.ShowOtherAuthors : bool with get, set
Public Property ShowOtherAuthors As Boolean
Property Value
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.