HostedControl.IsAdapterSessionController Property

Definition

Gets a boolean indicating whether the adapter is a SessionController.

public:
 property bool IsAdapterSessionController { bool get(); };
public bool IsAdapterSessionController { get; }
member this.IsAdapterSessionController : bool
Public ReadOnly Property IsAdapterSessionController As Boolean

Property Value

Implements

Remarks

This property is not needed for the Hosted control but is used to implement the IHostedApplication4 interface. It returns true is the hosted control implements ISessionController.

Applies to