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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.LEADVIEW Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.