Leadtools.Windows.Annotations Namespace > AnnObject Class : Password Property |
public string Password {get;}
'Declaration Public ReadOnly Property Password As String
public string Password {get;}
get_Password();
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 WPF Annotation Security.
For C#/VB examples, refer to Lock.
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