DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / AssemblyVersion Property



In This Topic
    AssemblyVersion Property
    In This Topic
    Gets the Assembly Version of DicomObjects.NET
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property AssemblyVersion As String
    'Usage
     
    
    Dim value As String
     
    value = DicomGlobal.AssemblyVersion
    public static string AssemblyVersion {get;}
    public:
    static property String^ AssemblyVersion {
       String^ get();
    }
    Remarks
    This property contains the Assembly Version of the running DicomObjects.NET. This information can be found in the DicomObjects.NET log file.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also