Gets the scriptable object that the web browser control uses to make the completed callback.

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public CustomFormAuthScriptableClass ScriptableObject { get; private set; }
Visual Basic
Public Property ScriptableObject As CustomFormAuthScriptableClass
	Get
	Private Set

Field Value

The scriptable object.

Version Information

Supported for IC Server version 2016 R1 and beyond.

See Also