DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / FileVersion Property



    FileVersion Property
    Gets the File Version of DicomObjects.NET
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property FileVersion As String
     
    'Usage
     
    Dim value As String
     
    value = DicomGlobal.FileVersion
    Remarks
    This property contains the File Version of the running DicomObjects.NET. This information can be found in the DicomObjects.NET log file.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also