←Select platform

Password Property

Summary

Gets or sets the password used to unlock a locked 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 value) 
public:  
   property String^ Password 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The password used to unlock a locked AnnObject.

Example

For an example, refer to AnnAutomation.Lock

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.Annotations.Engine Assembly