←Select platform

Password Property

Summary

Gets the password used in the last successful lock operation of this AnnObject.

Syntax

C#
VB
C++
public string Password { get; } 
  
Public ReadOnly Property Password As String 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly