Assembly DetailsDescription Property
This read-only property returns the assembly description which is a combination of the name,
version, culture, and public key token.
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 Description { get; }VB
Public ReadOnly Property Description As String
GetC++
public:
property String^ Description {
String^ get ();
}F#
member Description : string with get