Share via


IHostedApplication3.IsListed Property

Definition

Gets a Boolean value that specifies whether the application is allowed to be seen but not listed.

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

Property Value

true if the application is allowed to be seen; otherwise, false.

Remarks

Usually used for SessionExplorer or CurrentSessionUI.

Applies to