←Select platform

Password Property

Summary

Gets or sets the password used in the last successful lock operation of this AnnObject.

Syntax
C#
VB
Objective-C
C++
Java
public string Password { get; set; } 
Public Property Password As String 
@property (nonatomic,copy) NSString* password; 
public String getPassword() 
public void setPassword(String password) 
public:  
   property String^ Password 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The password used in the last successful lock operation of this AnnObject. The default value is an empty string.

Remarks

If the object is locked, the password passed to the Lock is stored in this property.

When the object is unlocked successfully with Unlock, the password is cleared (the value will be an empty string).

An object must be unlocked in order to change that object in automated mode.

For more information, refer to Implementing Annotation Security.

Example

For an example, refer to Lock.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject 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