Address Property

Summary

Gets or sets the client address.

Syntax
C#
VB
C++
public string Address { get; set; } 
  
Public Property Address As String 
public: 
property String^ Address { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The client address. This value can either be an IP address or DNS name.

Requirements

Target Platforms

See Also

Reference

AeInfo Class

AeInfo Members

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly