In This Topic
Provide information about which local port the remote application entity
called
Syntax
'Declaration
Public ReadOnly Property LocalPort As System.Long
'Usage
Dim instance As DicomAssociation
Dim value As System.Long
value = instance.LocalPort
public System.long LocalPort {get;}
public read-only property LocalPort: System.Int64;
public function get LocalPort : System.long
public: __property System.long get_LocalPort();
public:
property System.int64 LocalPort {
System.int64 get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also