In This Topic
Provides information about the remote application entity
Syntax
'Declaration
Public ReadOnly Property RemoteIP As System.String
'Usage
Dim instance As DicomAssociation
Dim value As System.String
value = instance.RemoteIP
public System.string RemoteIP {get;}
public read-only property RemoteIP: System.String;
public function get RemoteIP : System.String
public: __property System.string* get_RemoteIP();
public:
property System.String^ RemoteIP {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also