'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Property DiscoveryNetworkAddress As NetworkAddress
'Usage
Dim instance As UADatagramConnectionTransportParameters Dim value As NetworkAddress instance.DiscoveryNetworkAddress = value value = instance.DiscoveryNetworkAddress
[JetBrains.Annotations.NotNull()] public NetworkAddress DiscoveryNetworkAddress {get; set;}
[JetBrains.Annotations.NotNull()] public: property NetworkAddress^ DiscoveryNetworkAddress { NetworkAddress^ get(); void set ( NetworkAddress^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).