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 root directory for this build's binaries.
Namespace: Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildTasks
Assembly: Microsoft.TeamFoundation.TestImpact.BuildIntegration (in Microsoft.TeamFoundation.TestImpact.BuildIntegration.dll)
Syntax
'Declaration
<RequiredAttribute> _
Public Property BuildBinariesRoot As String
[RequiredAttribute]
public string BuildBinariesRoot { get; set; }
[RequiredAttribute]
public:
property String^ BuildBinariesRoot {
String^ get ();
void set (String^ value);
}
[<RequiredAttribute>]
member BuildBinariesRoot : string with get, set
function get BuildBinariesRoot () : String
function set BuildBinariesRoot (value : String)
Property Value
Type: System.String
Returns 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.
See Also
Reference
Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildTasks Namespace