HostedControl.IsAdapterSessionController Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.