DkmEngineSymbolSettings.SymbolPaths Property

Definition

A collection of the paths to search for symbols.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ SymbolPaths { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> SymbolPaths { get; }
member this.SymbolPaths : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property SymbolPaths As ReadOnlyCollection(Of String)

Property Value

Returns ReadOnlyCollection<T>.

Applies to