←Select platform

RequestId Property

Summary

Gets or sets the request ID returned by the server.

Syntax

C#
VB
C++
public Nullable<int> RequestId { get; set; } 
  
Public Property RequestId As Nullable(Of Integer) 
public: 
property Nullable<int> RequestId { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 

Property Value

A nullable System.Int32 specifying the request ID returned by the server.

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 Assembly