Interface IReadAttributeEvent
Read attribute event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IReadAttributeEvent : IAttributeEvent, IEntityEvent, IHostSessionEvent, IModelEvent, IEvent
Remarks
Read attribute event information. See ReadAttribute(IReadAttributeEvent)
Methods
DefaultReadAttribute()
Gets the value read from the attribute at the time the event fired.
Declaration
string DefaultReadAttribute()
Returns
Type | Description |
---|---|
string | The value of the attribute as if the read event was not scripted. |
Remarks
If the value of the attribute changes during the course of this event, it will not be reflected in the value returned. Symbols and spaces will have been removed from the value if the attribute is configured to do so in the model.