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






In This Topic
    ReceivedFilename Property
    In This Topic
    Filename to which the instance has already been saved
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ReceivedFilename As System.String
    'Usage
     
    
    Dim instance As InstanceReceivedArgs
    Dim value As System.String
     
    value = instance.ReceivedFilename
    public System.string ReceivedFilename {get;}
    public read-only property ReceivedFilename: System.String; 
    public function get ReceivedFilename : System.String
    public: __property System.string* get_ReceivedFilename();
    public:
    property System.String^ ReceivedFilename {
       System.String^ get();
    }
    Remarks
    This is only valid for images saved as a result of ReceivingPixelDataArgs.ReceiveToDisk -
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also