Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property BuildDirectory As String
public string BuildDirectory { get; private set; }
public:
property String^ BuildDirectory {
    String^ get ();
    private: void set (String^ value);
}
member BuildDirectory : string with get, private set
function get BuildDirectory () : String 
private function set BuildDirectory (value : String)
Property Value
Type: String
.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.