←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
Java
Objective-C
WinRT C#
C++
public string Comment { get; set; } 
Public Property Comment As String 
public string Comment {get; set;} 
@property (nonatomic) NSString* comment; 
public string getComment() 
public void setComment(string value) 
             
  
get_Comment(); 
set_Comment(value); 
Object.defineProperty('Comment');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly