BuildEnvironment.LogDirectory Property
Gets the root log directory for the current host environment.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property LogDirectory As String
public string LogDirectory { get; private set; }
public:
property String^ LogDirectory {
String^ get ();
private: void set (String^ value);
}
member LogDirectory : string with get, private set
function get LogDirectory () : String
private function set LogDirectory (value : String)
Property Value
Type: System.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.