ImplementationName Property (DicomAssociation)
In This Topic
Returns the Implementation Version Name of the Connecting AE
Syntax
'Declaration
Public ReadOnly Property ImplementationName As System.String
'Usage
Dim instance As DicomAssociation
Dim value As System.String
value = instance.ImplementationName
public System.string ImplementationName {get;}
public read-only property ImplementationName: System.String;
public function get ImplementationName : System.String
public: __property System.string* get_ImplementationName();
public:
property System.String^ ImplementationName {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also