FoundryEnvironment.IsAgent365TracingEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether Agent365 tracing export is enabled.
Returns true when both IsHosted is true and the
FOUNDRY_AGENT365_TRACING_ENABLED environment variable is set to "true" (case-insensitive).
public static bool IsAgent365TracingEnabled { get; }
static member IsAgent365TracingEnabled : bool
Public Shared ReadOnly Property IsAgent365TracingEnabled As Boolean