NetworkAdapterConfigurationInfoIpFilterSecurityEnabled Property |
Win32_NetworkAdapterConfiguration: IPFilterSecurityEnabled: If TRUE, IP port
security is enabled globally across all
IP-bound network adapters and the security values associated with individual
network adapters are in effect.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public bool IpFilterSecurityEnabled { get; set; }
<DataMemberAttribute>
Public Property IpFilterSecurityEnabled As Boolean
Get
Set
public:
[DataMemberAttribute]
virtual property bool IpFilterSecurityEnabled {
bool get () sealed;
void set (bool value) sealed;
}
[<DataMemberAttribute>]
abstract IpFilterSecurityEnabled : bool with get, set
[<DataMemberAttribute>]
override IpFilterSecurityEnabled : bool with get, set
Property Value
Type:
Booleantrue if [IP filter security enabled]; otherwise,
false.
Implements
INetworkAdapterConfigurationInfoIpFilterSecurityEnabledSee Also