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