Click or drag to resize

BibTexEntryBaseTags Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the tags.

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public Dictionary<string, BibTexEntryTag> Tags { get; set; }
Request Example View Source

Property Value

Type: DictionaryString, BibTexEntryTag
The tags.
See Also