Click or drag to resize

ProjectPropertiesAbbreviations Property

Gets the abbreviations set for the project. Abbreviations are name-value pairs with the abbreviation as key and the full string as value.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
[BrowsableAttribute(false)]
public Dictionary<string, string> Abbreviations { get; set; }

Property Value

Type: DictionaryString, String
The abbreviations.
See Also