Dart.Sockets Namespace > UdpSocketOption Class : AllowBroadcast Property |
'Declaration <DefaultValueAttribute(True)> Public Property AllowBroadcast As Boolean
'Usage Dim instance As UdpSocketOption Dim value As Boolean instance.AllowBroadcast = value value = instance.AllowBroadcast
[DefaultValue(true)] public bool AllowBroadcast {get; set;}
[DefaultValue(true)] public: __property bool get_AllowBroadcast(); public: __property void set_AllowBroadcast( bool value );
[DefaultValue(true)] public: property bool AllowBroadcast { bool get(); void set ( bool value); }