public static XDocument TagDefinitions { get; }
Public Shared ReadOnly Property TagDefinitions As XDocument
Get
Gemstone.PQDIF.Tag.get_TagDefinitions = function();
This property first tries to load definitions from the TagDefinitions.xml file in the working directory of the application. If the file doesn't exist or cannot be parsed as a valid XML file, then this property falls back on the version hosted inside this assembly as an embedded resource.
Applications that need to customize the set of tags supported by this library can use this property to generate the default TagDefinitions.xml file, edit the file as necessary, and then place the edited version into the working directory of the application. Alternatively, the default TagDefinitions.xml file can be obtained directly from the source code for this library.