Click or drag to resize
SystemComponentShouldIgnore 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 virtual bool ShouldIgnore(
	string value
)

Parameters

value
Type: SystemString
The property value to examine.

Return Value

Type: Boolean
Returns true if the property value should be ignored, or false if it should not be ignored.
See Also