'Declaration
Public Shared Function TransportPublishesToJson( _ ByVal transportProfileUriString As String _ ) As Boolean
'Usage
Dim transportProfileUriString As String Dim value As Boolean value = UAPubSubUtilities.TransportPublishesToJson(transportProfileUriString)
public static bool TransportPublishesToJson( string transportProfileUriString )
public: static bool TransportPublishesToJson( String^ transportProfileUriString )
Parameters
- transportProfileUriString
- The transport profile URI string.
Return Value
Returns
true
if the transport profile URI string publishes to JSON message mapping; returns false
otherwise.