'Declaration
<NotNullAttribute()> Public Property DiscoveryNetworkAddress As NetworkAddress
'Usage
Dim instance As UADatagramConnectionTransportParameters Dim value As NetworkAddress instance.DiscoveryNetworkAddress = value value = instance.DiscoveryNetworkAddress
[NotNull()] public NetworkAddress DiscoveryNetworkAddress {get; set;}
[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).