In This Topic
Provide information about which local interface the remote application entity
called
Syntax
'Declaration
Public ReadOnly Property LocalIP As System.String
'Usage
Dim instance As DicomAssociation
Dim value As System.String
value = instance.LocalIP
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also