Click or drag to resize

ObjectProxyHasProperty Method

Checks if the object contains a property with the specified name.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public bool HasProperty(
	string aProperty
)

Parameters

aProperty
Type: SystemString
the name of the property to check

Return Value

Type: Boolean
true if the object has the specified property, otherwise false
Remarks
The class ObjectPropertyNames contains string constants for the property names of the various articy object types.
See Also