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