←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly