Click or drag to resize

DefaultNavigationStatusMessagesBundle Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Provides access to messages (for example strings and announcements) for a single culture. This class is abstract and has concrete subclasses that vary according to how the messages are configured, for example from an XML string or from an XML file in a directory on disk. By referencing instances of this abstract class rather than the concrete subclasses, the same code can access messages regardless of how they are configured.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public MessagesBundle MessagesBundle { get; set; }

Property Value

Type: MessagesBundle
See Also