DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / CurrentLogFileName Property






In This Topic
    CurrentLogFileName Property
    In This Topic
    Returns the Current DicomObjects Log File Name in full.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property CurrentLogFileName As System.String
    'Usage
     
    
    Dim value As System.String
     
    value = DicomGlobal.CurrentLogFileName
    public static System.string CurrentLogFileName {get;}
    public read-only property CurrentLogFileName: System.String; static; 
    public static function get CurrentLogFileName : System.String
    public: __property static System.string* get_CurrentLogFileName();
    public:
    static property System.String^ CurrentLogFileName {
       System.String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also