DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / ImplementationUID Property






In This Topic
    ImplementationUID Property (DicomAssociation)
    In This Topic
    Returns the Implementation Class UID of the Connecting AE
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ImplementationUID As System.String
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As System.String
     
    value = instance.ImplementationUID
    public System.string ImplementationUID {get;}
    public read-only property ImplementationUID: System.String; 
    public function get ImplementationUID : System.String
    public: __property System.string* get_ImplementationUID();
    public:
    property System.String^ ImplementationUID {
       System.String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also