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