←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
Java
WinRT C#
C++
public bool IgnoreUserCheck { get; set; } 
Public Property IgnoreUserCheck As Boolean 
public bool IgnoreUserCheck {get; set;} 
public boolean getIgnoreUserCheck() 
public void setIgnoreUserCheck(boolean value) 
             
  
get_IgnoreUserCheck(); 
set_IgnoreUserCheck(value); 
Object.defineProperty('IgnoreUserCheck');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly