GenerateResource.TrackerSdkPath Property

Definition

Path to the appropriate Windows SDK location that contains Tracker.exe. If set, the user takes responsibility for making sure that the bitness of the Tracker.exe that they pass matches the bitness of the ResGen.exe that they intend to use. If not set, the task decides the appropriate location based on the current Windows SDK.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ TrackerSdkPath { System::String ^ get(); void set(System::String ^ value); };
public string TrackerSdkPath { get; set; }
public string TrackerSdkPath { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.TrackerSdkPath : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TrackerSdkPath : string with get, set
Public Property TrackerSdkPath As String

Property Value

Returns String.

Attributes

Applies to