←Select platform

Author Property

Summary

Gets or sets the author of this review item.

Syntax
C#
VB
Objective-C
C++
Java
public string Author { get; set; } 
Public Property Author As String 
@property (nonatomic) NSString* author; 
public string getAuthor() 
public void setAuthor(string value) 
public:  
   property String^ Author 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The author of this review item. Default value is null.

Remarks

Applications usually sets this to the current logged in user name or ID.

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