HostedApplication.IsListed 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.
Allows to be seen but not listed in SessionExplorer or CurrentSessionUI
public:
abstract property bool IsListed { bool get(); };
public abstract bool IsListed { get; }
member this.IsListed : bool
Public MustOverride ReadOnly Property IsListed As Boolean