_Document.RevisedDocumentTitle Property
Returns the document title for a revised document after running a legal-blackline document compare function. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property RevisedDocumentTitle As String
Get
'Usage
Dim instance As _Document
Dim value As String
value = instance.RevisedDocumentTitle
string RevisedDocumentTitle { get; }
Property Value
Type: System.String
String
Remarks
To perform a legal-blackline document compare, use the CompareDocuments(Document, Document, WdCompareDestination, WdGranularity, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean) method.