Debugger5.SymbolCachePath Property

Definition

Gets a string that contains the path to the symbols cache used by Visual Studio when you download symbols from a symbols server. You can specify the symbols cache path in the Options dialog box. For more information, see How to: Use a Symbol.

public:
 property System::String ^ SymbolCachePath { System::String ^ get(); };
public:
 property Platform::String ^ SymbolCachePath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2104)]
public string SymbolCachePath { [System.Runtime.InteropServices.DispId(2104)] get; }
[<System.Runtime.InteropServices.DispId(2104)>]
[<get: System.Runtime.InteropServices.DispId(2104)>]
member this.SymbolCachePath : string
Public ReadOnly Property SymbolCachePath As String

Property Value

A string that contains the path to the symbols cache.

Implements

Attributes

Applies to