Click or drag to resize

ObjectProxySetTechnicalName Method

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

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

Parameters

aTechnicalName
Type: SystemString
the new technical name for the object
Exceptions
ExceptionCondition
ArticyApiExceptionIf the object does not have a technical name the ErrorCode.PropertyNotFound is thrown.
See Also