Gets the LogonResult associated with the event.

Namespace: ININ.IceLib.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public LogonResult LogonResult { get; }
Visual Basic
Public ReadOnly Property LogonResult As LogonResult
	Get

Field Value

A LogonResult containing the results of the logon attempt.

Exceptions

ExceptionCondition
System.Reflection..::..TargetInvocationExceptionThe Error property has been set by the asynchronous operation. The InnerException property holds a reference to Error.

See Also