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