In This Topic
The IP address at which the Query/Retrieve service to which the DicomQuery object
is requesting a connection may be found
Syntax
'Declaration
Public Property Node As System.String
'Usage
Dim instance As DicomQuery
Dim value As System.String
instance.Node = value
value = instance.Node
public System.string Node {get; set;}
public read-write property Node: System.String;
public function get,set Node : System.String
public: __property System.string* get_Node();
public: __property void set_Node(
System.string* value
);
public:
property System.String^ Node {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also