Click or drag to resize
NetworkInterfaceInformationShouldIgnore Method
Determines whether or not to ignore the given component property.

Namespace: com.softwarekey.Client.Utils.SystemComponent
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
protected override bool ShouldIgnore(
	string value
)

Parameters

value
Type: SystemString
The property value to examine.

Return Value

Type: Boolean
Returns true if the component property should be ignored.
See Also