BaseReference.TargetPath Property

Definition

Specifies the target path of the file. This is the path that is used for specification in the generated manifest.

public:
 property System::String ^ TargetPath { System::String ^ get(); void set(System::String ^ value); };
public string TargetPath { get; set; }
public string TargetPath { [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.TargetPath : 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.TargetPath : string with get, set
Public Property TargetPath As String

Property Value

A string indicating the target path of the file.

Attributes

Applies to