INetFwProfile.UnicastResponsesToMulticastBroadcastDisabled Property
Gets or sets a flag indicating whether the firewall should allow unicast responses to multicast and broadcast traffic.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
Property UnicastResponsesToMulticastBroadcastDisabled As Boolean
Get
Set
bool UnicastResponsesToMulticastBroadcastDisabled { get; set; }
property bool UnicastResponsesToMulticastBroadcastDisabled {
bool get ();
void set (bool value);
}
abstract UnicastResponsesToMulticastBroadcastDisabled : bool with get, set
function get UnicastResponsesToMulticastBroadcastDisabled () : boolean
function set UnicastResponsesToMulticastBroadcastDisabled (value : boolean)
Property Value
Type: System.Boolean
True to disable unicast responses to multicast and broadcast traffic; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.