| NetworkInterfaceInformationShouldIgnore Method  | 
Determines whether or not to ignore the given component property.
 
Namespace: com.softwarekey.Client.Utils.SystemComponentAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxprotected override bool ShouldIgnore(
	string value
)
Protected Overrides Function ShouldIgnore ( 
	value As String
) As Boolean
protected:
virtual bool ShouldIgnore(
	String^ value
) override
Parameters
- value
 - Type: SystemString
The property value to examine. 
Return Value
Type: 
BooleanReturns true if the component property should be ignored.
See Also