←Select platform

ChannelID Property

Summary

Gets the client channel ID.

Syntax

C#
VB
C++
public string ChannelID { get; } 
  
Public ReadOnly Property ChannelID As String 
public: 
property String^ ChannelID { 
   String^ get(); 
} 

Property Value

The client channel ID.

Remarks

This value represents the channel id for the connected client.

This value can be null or System.String.Empty if the event is not generated by a client connection.

Example

For an example, refer to Leadtools.Jpip.Server.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