GenerateResource.TrackerLogDirectory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Intermediate directory into which the tracking logs from running this task will be placed.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property System::String ^ TrackerLogDirectory { System::String ^ get(); void set(System::String ^ value); };
public string TrackerLogDirectory { get; set; }
public string TrackerLogDirectory { get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.TrackerLogDirectory : string with get, set
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TrackerLogDirectory : string with get, set
Public Property TrackerLogDirectory As String
Property Value
The intermediate directory into which the tracking logs from running this task will be placed.
- Attributes