Api Assembly PropertiesVersion Property
This read-only property returns the assembly version
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 string Version { get; }VB
Public ReadOnly Property Version As String
GetC++
public:
property String^ Version {
String^ get ();
}F#
member Version : string with get