RevisionsFilter.Reviewers Property

Definition

Returns a Reviewers object that represents the collection of reviewers of one or more documents.

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

Property Value

Remarks

The Reviewers collection returned by Reviewers contains the names of all reviewers who have reviewed documents opened or edited on a computer.

Note: The Reviewers property replaces the View.Reviewers property found in previous versions of Word, which is now deprecated.

Applies to