'Declaration
<PureAttribute()> Public Function IsStrictlyPhysical( _ ByVal transportProfileUriString As String _ ) As Boolean
'Usage
Dim instance As UASubscribeDataSetFilter Dim transportProfileUriString As String Dim value As Boolean value = instance.IsStrictlyPhysical(transportProfileUriString)
[Pure()] public bool IsStrictlyPhysical( string transportProfileUriString )
[Pure()] public: bool IsStrictlyPhysical( String^ transportProfileUriString )
Parameters
- transportProfileUriString
- The URI string of the PubSub transport profile.
Return Value
Returns
true
if the server is strictly physical; returns false
otherwise.