MessagesBundleSupportsMessageType Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Whether the bundle supports messages of the given type.
Namespace:
Telogis.GeoBase.Internationalization
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool SupportsMessageType(
string type
)
Public Function SupportsMessageType (
type As String
) As Boolean
Parameters
- type
- Type: SystemString
The type of message to check for, eg Directions or Announcements.
Return Value
Type:
Booleantrue, if message type is supported,
false otherwise.
See Also