←Select platform

IgnoreUserCheck Property

Summary
Gets or sets a value that indicate if the system should ignore checking the user name and allow the operation based on the role only.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IgnoreUserCheck { get; set; } 
@property (nonatomic, assign) BOOL ignoreUserCheck; 
public boolean getIgnoreUserCheck() 
public void setIgnoreUserCheck(boolean value) 
public:  
   property bool IgnoreUserCheck 
   { 
      bool get() 
      void set(bool value) 
   } 
IgnoreUserCheck # get and set (AnnOperationInfoEventArgs) 

Property Value

true to ignore checking the user name and allow the operation based on the role only, otherwise; false. Default value is false.

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.