←Select platform

Text Property

Summary

The text for the difference.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="text")] 
public string Text { get; set; } 
<DataMemberAttribute(Name:="text")>  
Public Property Text() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"text")] 
   property String^ Text 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string containing all the text for the difference.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly