ISandcastle ProjectCatalog Product Id Property
This read-only property is used to get the Product ID portion of the MS Help Viewer 1.0 Catalog ID
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If not specified, the default is "VS".
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string CatalogProductId { get; }VB
ReadOnly Property CatalogProductId As String
GetC++
property String^ CatalogProductId {
String^ get ();
}F#
abstract CatalogProductId : string with getProperty Value
StringIf not specified, the default is "VS".
Remarks
The MS Help Viewer Catalog 1.0 ID is composed of the CatalogProductId the CatalogVersion, and the Language code. For example, the English Visual Studio 10 catalog is VS_100_EN-US.