Gets a valud indicating whether to suppress sensitive data tracing.

Note: This property is supported for IC Server version 2018 R2 and beyond.

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public bool ShouldSuppressSensitiveDataTracing { get; }
Visual Basic
Public ReadOnly Property ShouldSuppressSensitiveDataTracing As Boolean
	Get

Field Value

trueTruetruetrue (True in Visual Basic) if sensitive data tracing should be suppressed, otherwise falseFalsefalsefalse (False in Visual Basic)

Version Information

Supported for IC Server version 2018 R2 and beyond.

See Also