Error processing SSI file
LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Show in webframe

Password Property






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

            

            
public:
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 WPF Annotation Security.

Example

For C#/VB examples, refer to Lock.

Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

Error processing SSI file
   Leadtools.Windows.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features