AnnotationDataSecurity Property |
Gets or sets the security lock used for this annotation.
Gets or sets the security lock used for this annotation. This can be set to null (Nothing in VB).
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public IAnnotationLock Security { get; set; }
Public Property Security As IAnnotationLock
Get
Set
Property Value
Type:
IAnnotationLockThe security lock used.
Property Value
Type:
IAnnotationLock The security lock used or null (Nothing in VB) if there is no security lock.
See Also