'Declaration
<PureAttribute()> Public Function RequiredFieldValuesRequireResolution( _ ByVal transportProfileUriString As String _ ) As Boolean
'Usage
Dim instance As UASubscribeDataSetFilter Dim transportProfileUriString As String Dim value As Boolean value = instance.RequiredFieldValuesRequireResolution(transportProfileUriString)
[Pure()] public bool RequiredFieldValuesRequireResolution( string transportProfileUriString )
[Pure()] public: bool RequiredFieldValuesRequireResolution( 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 require resolution with the transport profile specified by transportProfileUriString; returns false
otherwise.