Interface IProcessStringEvent
Process string event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IProcessStringEvent : IHostSessionEvent, IModelEvent, IEvent
Remarks
Process string event information. See ProcessString(IProcessStringEvent)
Properties
InputString
Gets the string provided by the client.
Declaration
string InputString { get; }
Property Value
| Type | Description |
|---|---|
| string | The string to process |