DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / InstanceReceivedArgs Class / Instance Property






In This Topic
    Instance Property
    In This Topic
    The received composite DICOM instance
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Instance As DicomDataSet
    'Usage
     
    
    Dim instance As InstanceReceivedArgs
    Dim value As DicomDataSet
     
    value = instance.Instance
    public DicomDataSet Instance {get;}
    public read-only property Instance: DicomDataSet; 
    public function get Instance : DicomDataSet
    public: __property DicomDataSet* get_Instance();
    public:
    property DicomDataSet^ Instance {
       DicomDataSet^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also