author Property

Summary

Gets or sets the author of this review item.

Syntax

JavaScript Syntax
Object.defineProperty(AnnReview.prototype, 'author', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
author: string; 

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

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