←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#
VB
Objective-C
C++
Java
public string Comment { get; set; } 
Public Property Comment As String 
@property (nonatomic) NSString* comment; 
public string getComment() 
public void setComment(string value) 
public:  
   property String^ Comment 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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

Leadtools.Annotations.Engine Assembly