Click or drag to resize

ShellContextIsClientInSameSession Property

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

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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