ISyntax Generator MetadataAlternate Ids Property
This read-only property returns a comma-separated list of alternate language IDs that can be used
by designers to translate an alternate ID to the primary Id
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
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 AlternateIds { get; }VB
ReadOnly Property AlternateIds As String
GetC++
property String^ AlternateIds {
String^ get ();
}F#
abstract AlternateIds : string with get