←Select platform

Comment Property

Summary

Optional user defined comment associated with this modification.

Syntax
C#
VB
C++
public string Comment { get; set; } 
Public Property Comment() As String 
   Get 
   Set 
public:  
   property String^ Comment 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The optional user defined comment associated with this modification. The default value is null.

Remarks

This value is not set or used by LEADDocument.

Refer to Document Toolkit History Tracking for more information.

Example

For an example, refer to DocumentHistory.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.