←Select platform

SendData Property

Summary

Gets or sets a value to indicate whether to send the response data to the client.

Syntax

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

Property Value

true to send the response data to the client; 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