Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the environment variable to use when referencing the build directory on a given agent.
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property BuildDirEnvironmentVariable As String
public static string BuildDirEnvironmentVariable { get; }
public:
static property String^ BuildDirEnvironmentVariable {
String^ get ();
}
static member BuildDirEnvironmentVariable : string with get
static function get BuildDirEnvironmentVariable () : 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.