Click or drag to resize

PropertiesIsTypeOK Method

Returns true if the object is the correct type (Property)

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override bool IsTypeOK(
	Object item
)

Parameters

item
Type: SystemObject
The object to check

Return Value

Type: Boolean
True if the object is of type Property, False otherwise
See Also