In This Topic
Gets the File Version of DicomObjects.NET
Syntax
'Declaration
Public Shared ReadOnly Property FileVersion As System.String
'Usage
Dim value As System.String
value = DicomGlobal.FileVersion
public static System.string FileVersion {get;}
public read-only property FileVersion: System.String; static;
public static function get FileVersion : System.String
public: __property static System.string* get_FileVersion();
public:
static property System.String^ FileVersion {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also