Click or drag to resize

ShellContextIsClientInSameSession Property

Indicates if the client is running in the same session than this process.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public bool IsClientInSameSession { get; }

Property Value

Type: Boolean
true if the client is running in the same session than this process.
See Also