IntelliTraceProcess.ProgrammableDataQueryDirectory 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.
Gets or sets the directory used to find programmable data queries. By default, this directory is set to the Visual Studio installed location.
public:
property System::String ^ ProgrammableDataQueryDirectory { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ProgrammableDataQueryDirectory { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ProgrammableDataQueryDirectory { get; set; }
member this.ProgrammableDataQueryDirectory : string with get, set
Public Property ProgrammableDataQueryDirectory As String