| SystemComponentShouldIgnore 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
 Syntax
Syntaxprotected virtual bool ShouldIgnore(
	string value
)
Protected Overridable Function ShouldIgnore ( 
	value As String
) As Boolean
protected:
virtual bool ShouldIgnore(
	String^ value
)
Parameters
- value
- Type: SystemString
 The property value to examine.
Return Value
Type: 
BooleanReturns true if the property value should be ignored, or false if it should not be ignored.
 See Also
See Also