←Select platform

Deny Property

Summary

Gets or sets a value indicating whether the server should process the current request.

Syntax

C#
VB
C++
public bool Deny { get; set; } 
  
Public Property Deny As Boolean 
public: 
property bool Deny { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to have the server process the current request; false, otherwise.

Example

For an example, refer to JpipServer.

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.Jpip.Server Assembly