Provide information about which local interface the remote application entity
called
public System.string LocalIP {get;}
public read-only property LocalIP: System.String;
public function get LocalIP : System.String
public: __property System.string* get_LocalIP();
public:
property System.String^ LocalIP {
System.String^ get();
}
'Declaration
Public ReadOnly Property LocalIP As System.String
'Usage
Dim instance As DicomAssociation
Dim value As System.String
value = instance.LocalIP
Target Platforms: .NET CLR 4.8 or higher