DicomObjects.NET.8.48 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 System.String
    'Usage
     
    
    Dim value As System.String
     
    value = DicomGlobal.AssemblyVersion
    public static System.string AssemblyVersion {get;}
    public read-only property AssemblyVersion: System.String; static; 
    public static function get AssemblyVersion : System.String
    public: __property static System.string* get_AssemblyVersion();
    public:
    static property System.String^ AssemblyVersion {
       System.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: .NET CLR 4.8 or higher

    See Also