IBuild ProcessBuild Assembler Manifest File Property
This read-only property is used to get the name of the BuildAssembler topic manifest file
Definition
Namespace: Sandcastle.Core.BuildEngine
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#
string BuildAssemblerManifestFile { get; }VB
ReadOnly Property BuildAssemblerManifestFile As String
GetC++
property String^ BuildAssemblerManifestFile {
String^ get ();
}F#
abstract BuildAssemblerManifestFile : string with get