DebuggerService.HideSourceFileName Property

Definition

Gets or sets a value that indicates whether the source file name in the viewer is hidden.

public:
 property bool HideSourceFileName { bool get(); void set(bool value); };
public bool HideSourceFileName { get; set; }
member this.HideSourceFileName : bool with get, set
Public Property HideSourceFileName As Boolean

Property Value

true if the source file name is hidden; otherwise, false.

Implements

Applies to