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