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.2.0.0 (5.2.17.0403)
Syntax
[BrowsableAttribute(false)]
public Dictionary<string, string> Abbreviations { get; set; }

Property Value

Type: DictionaryString, String
The abbreviations.
See Also