Click or drag to resize

ObjectProxyGetText Method

Returns the object's property "Text".

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

Return Value

Type: String
the value of the Text property
Remarks
This is a convenience wrapper for return this[ ObjectPropertyNames.Text ].
See Also