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