←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#
VB
C++
Java
public bool IgnoreUserCheck { get; set; } 
Public Property IgnoreUserCheck As Boolean 
public boolean getIgnoreUserCheck() 
public void setIgnoreUserCheck(boolean value) 
public:  
   property bool IgnoreUserCheck 
   { 
      bool get() 
      void set(bool value) 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly