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






    Instance Property (InstanceReceivedArgs)
    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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also