RevisionsFilter.Reviewers 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.
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.