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



AssemblyVersion Property
Gets the Assembly Version of DicomObjects.NET
Syntax
public static string AssemblyVersion {get;}
public:
static property String^ AssemblyVersion {
   String^ get();
}
'Declaration
 
Public Shared ReadOnly Property AssemblyVersion As String
 
'Usage
 
Dim value As String
 
value = DicomGlobal.AssemblyVersion
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 3.5 or higher

See Also