Click or drag to resize

ObjectProxyGetAvailableProperties Method

Returns a list of all property names (type string), this object contains.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public List<string> GetAvailableProperties()

Return Value

Type: ListString
a list of strings containing the names of all properties this object provides
Remarks
The class ObjectPropertyNames contains string constants for the property names of the various articy object types. The elements of this list can be used to call GetDataType(String) or ItemString.
See Also