LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Password Property






Gets the password used in the last successful lock operation of this AnnObject.
Syntax
public virtual string Password {get;}
'Declaration
 
Public Overridable ReadOnly Property Password As String
'Usage
 
Dim instance As AnnObject
Dim value As String
 
value = instance.Password
public virtual string Password {get;}
 get_Password(); 
public:
virtual property String^ Password {
   String^ get();
}

Property Value

The password used in the last successful lock operation of this AnnObject.
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.