INetworkAdapterConfigurationInfoIpFilterSecurityEnabled 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 bool IpFilterSecurityEnabled { get; set; }
Property IpFilterSecurityEnabled As Boolean
Get
Set
property bool IpFilterSecurityEnabled {
bool get ();
void set (bool value);
}
abstract IpFilterSecurityEnabled : bool with get, set
Property Value
Type:
Booleantrue if [IP filter security enabled]; otherwise,
false.
See Also