author Property

Summary

String representing the current author or user.

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

Property Value

A string. The default value is an empty string.

Remarks

This property will be used throughout LEADVIEW (mostly for annotations). Annotation objects/reviews that are created by the user are tagged with the provided name.

Example

For an example, refer to RunSettings.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.LEADVIEW Assembly