'Declaration
<PureAttribute()> Public Function RequiredFieldValuesAreStrictlyPhysical( _ ByVal transportProfileUriString As String _ ) As Boolean
'Usage
Dim instance As UASubscribeDataSetFilter Dim transportProfileUriString As String Dim value As Boolean value = instance.RequiredFieldValuesAreStrictlyPhysical(transportProfileUriString)
[Pure()] public bool RequiredFieldValuesAreStrictlyPhysical( string transportProfileUriString )
[Pure()] public: bool RequiredFieldValuesAreStrictlyPhysical( String^ transportProfileUriString )
Parameters
- transportProfileUriString
- The URI string of the PubSub transport profile.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
Returns
true
if the required field values are strictly physical with the transport profile specified by transportProfileUriString; returns false
otherwise.