Gets the password used in the last successful lock operation of this AnnObject.
public virtual string Password { get; }
Public Overridable ReadOnly Property Password As String
public:
virtual property String^ Password {
String^ get();
}
The password used in the last successful lock operation of this AnnObject.
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. (Deprecated)
For an example, refer to Lock.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET