Gets the IScreenPop with the specified name.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
IScreenPop this[
	string name
] { get; }
Visual Basic
ReadOnly Default Property Item ( _
	name As String _
) As IScreenPop
	Get

Parameters

name
Type: System..::..String

Return Value

The IScreenPop, if found, or nullNothingnullptra null reference (Nothing in Visual Basic) if not found.

See Also