←Select platform

ClientPort Property

Summary

The Client Port

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute("ClientPort", IsRequired=false)] 
public int ClientPort { get; set; } 
<ConfigurationPropertyAttribute("ClientPort", IsRequired:=false)>  
Public Property ClientPort() As Integer 
   Get 
   Set 
public:  
   [ConfigurationPropertyAttribute(L"ClientPort", IsRequired=false)] 
   property Int32 ClientPort 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

the Client Port

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.Dicom.Services Assembly