Assembly DetailsVersion Property
This read-only property is used to get the version for the assembly
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public Version Version { get; }VB
Public ReadOnly Property Version As Version
GetC++
public:
property Version^ Version {
Version^ get ();
}F#
member Version : Version with get