←Select platform

Comment Property

Summary
Gets or sets the free flowing text that contains any additional notes or comments about this review item.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string Comment { get; set; } 
@property (nonatomic, copy, nullable) NSString *comment; 
public string getComment() 
public void setComment(string value) 
public:  
   property String^ Comment 
   { 
      String^ get() 
      void set(String^ value) 
   } 
Comment # get and set (AnnReview) 

Property Value

the free flowing text that contains any additional notes or comments about this review item. Default value is null.

Requirements

Target Platforms

See Also

Reference

AnnReview Class

AnnReview Members

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

Leadtools.Annotations.Engine Assembly

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