Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the directory that is used to find programmable data queries.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property ProgrammableDataQueryDirectory As String
Get
Set
public string ProgrammableDataQueryDirectory { get; set; }
public:
property String^ ProgrammableDataQueryDirectory {
String^ get ();
void set (String^ value);
}
member ProgrammableDataQueryDirectory : string with get, set
function get ProgrammableDataQueryDirectory () : String
function set ProgrammableDataQueryDirectory (value : String)
Property Value
Type: System.String
Remarks
By default, the directory is set to the Visual Studio install location.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.