←Select platform

Author Property

Summary

Gets or sets the author of this review item.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Author { get; set; } 
Public Property Author As String 
public string Author {get; set;} 
@property (nonatomic) NSString* author; 
public string getAuthor() 
public void setAuthor(string value) 
             
  
get_Author(); 
set_Author(value); 
Object.defineProperty('Author');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly