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.1.0.0 (5.1.0)
Syntax [BrowsableAttribute(false)]
public Dictionary<string, string> Abbreviations { get; set; }
<BrowsableAttribute(false)>
Public Property Abbreviations As Dictionary(Of String, String)
Get
Set
Property Value
Type:
DictionaryString,
StringThe abbreviations.
See Also