'Declaration
<IsValueEvidentAttribute(True)> <NotNullAttribute()> <PolymorphicAttribute()> Public Property NetworkAddress As NetworkAddress
'Usage
Dim instance As UAPubSubConnectionDescriptor Dim value As NetworkAddress instance.NetworkAddress = value value = instance.NetworkAddress
[IsValueEvident(true)] [NotNull()] [Polymorphic()] public NetworkAddress NetworkAddress {get; set;}
[IsValueEvident(true)] [NotNull()] [Polymorphic()] public: property NetworkAddress^ NetworkAddress { NetworkAddress^ get(); void set ( NetworkAddress^ value); }