The TCP port at which the Query/Retrieve service to which the DicomQuery object
is requesting a connection is listening
public int Port {get; set;}
public:
property int Port {
int get();
void set ( int value);
}
'Declaration
Public Property Port As Integer
'Usage
Dim instance As DicomQuery
Dim value As Integer
instance.Port = value
value = instance.Port
Target Platforms: .NET CLR 4.0 or higher