In This Topic
The TCP port at which the Query/Retrieve service to which the DicomQuery object
is requesting a connection is listening
Syntax
'Declaration
Public Property Port As System.Integer
'Usage
Dim instance As DicomQuery
Dim value As System.Integer
instance.Port = value
value = instance.Port
public System.int Port {get; set;}
public read-write property Port: System.Integer;
public function get,set Port : System.int
public: __property System.int get_Port();
public: __property void set_Port(
System.int value
);
public:
property System.int Port {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also