CurrentLogFileName Property
Returns the Current DicomObjects Log File Name in full.
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();
}
'Declaration
Public Shared ReadOnly Property CurrentLogFileName As System.String
'Usage
Dim value As System.String
value = DicomGlobal.CurrentLogFileName
Target Platforms: .NET CLR 4.8 or higher