'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Public Property TransportProfileUri As Uri
'Usage
Dim instance As UAPubSubConnectionElement Dim value As Uri instance.TransportProfileUri = value value = instance.TransportProfileUri
[JetBrains.Annotations.CanBeNull()] public Uri TransportProfileUri {get; set;}
Property Value
The value of this property can be null
(Nothing
in Visual Basic).