Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.2
|
Leadtools.Annotations Namespace > AnnObject Class : Password Property |
public virtual string Password {get;}
'Declaration Public Overridable ReadOnly Property Password As String
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.