次の方法で共有


SessionOverview.IsListed Property

Definition

Gets a Boolean value that specifies whether the session is listed.

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

Property Value

True if it is listed, otherwise false.

Remarks

Overrides the default value because we dont want this control to be listed in the SessionExplorer and the CurrentSessionUI

Applies to