Target DictionaryDictionary Id Property
This is used to get or set the target dictionary's unique ID
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public string DictionaryId { get; protected set; }VB
Public Property DictionaryId As String
Get
Protected SetC++
public:
property String^ DictionaryId {
String^ get ();
protected: void set (String^ value);
}F#
member DictionaryId : string with get, set