Share via


HostedWpfControl.IsAdapterSessionController Property

Definition

Gets a boolean value that specifies whether the adapter is a session controller.

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

Property Value

True if the adapter is a session controller, otherwise false.

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