Document.RevisedDocumentTitle 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 the title of the revised document after performing a legal-blackline document compare operation.
public:
property System::String ^ RevisedDocumentTitle { System::String ^ get(); };
public string RevisedDocumentTitle { get; }
member this.RevisedDocumentTitle : string
Public ReadOnly Property RevisedDocumentTitle As String
Property Value
The title of the revised document after performing a legal-blackline document compare operation.
Remarks
To perform a legal-blackline document compare operation, use the CompareDocuments
method of the Application property.