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

See Also

Reference

INetFwProfile Interface

Microsoft.TeamFoundation.Common Namespace