DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WadoEventArgs Class / InstanceUID Property






In This Topic
    InstanceUID Property (WadoEventArgs)
    In This Topic
    The requested SOP Instance UID
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InstanceUID As System.String
    'Usage
     
    
    Dim instance As WadoEventArgs
    Dim value As System.String
     
    value = instance.InstanceUID
    public System.string InstanceUID {get;}
    public read-only property InstanceUID: System.String; 
    public function get InstanceUID : System.String
    public: __property System.string* get_InstanceUID();
    public:
    property System.String^ InstanceUID {
       System.String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also