'Declaration
<DefaultValueAttribute(False)> <PureAttribute()> Public Overrides NotOverridable Function RequiresResolution( _ ByVal transportProfileUriString As String _ ) As Boolean
'Usage
Dim instance As UADataSetFieldDescriptor Dim transportProfileUriString As String Dim value As Boolean value = instance.RequiresResolution(transportProfileUriString)
[DefaultValue(false)] [Pure()] public override bool RequiresResolution( string transportProfileUriString )
[DefaultValue(false)] [Pure()] public: bool RequiresResolution( String^ transportProfileUriString ) override
Parameters
- transportProfileUriString
- The URI string of the PubSub transport profile.The URI string of the PubSub transport profile.
Return Value
Returns
true
if the PubSub object descriptor requires resolution with the transport profile specified by transportProfileUriString; returns false
otherwise.Returns true
if the PubSub object descriptor requires resolution with the transport profile specified by transportProfileUriString; returns false
otherwise.