Click or drag to resize

ObjectProxySetDisplayName Method

Sets the display name of the object to the specified value.

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

Parameters

aDisplayName
Type: SystemString
the new display name that replaces the old one
Exceptions
ExceptionCondition
ArticyApiExceptionIf the object does not have a display name, the ErrorCode.PropertyNotFound is thrown.
See Also