Click or drag to resize

DiagnosticsInformationIsRemoteSession Property

Gets a value that indicates whether the calling process is associated with a Terminal Services client session.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsRemoteSession { get; }

Property Value

Type: Boolean
true if the calling process is associated with a Terminal Services client session; otherwise, false.
See Also