Click or drag to resize

ObjectProxyItem Property (String)

This indexer returns the property with the specified property/column name.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public Object this[
	string aPropertyName
] { get; set; }

Parameters

aPropertyName
Type: SystemString
name of the requested property e.g. "DisplayName" or "Text"

Return Value

Type: Object
The type of the return value depends on the type of property requested.
See Also