GenerateTemporaryTargetAssembly.ReferencePathTypeName Property

Definition

Gets or sets the item name which is used to keep the Reference list in managed compiler task.

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

public:
 property System::String ^ ReferencePathTypeName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string ReferencePathTypeName { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.ReferencePathTypeName : string with get, set
Public Property ReferencePathTypeName As String

Property Value

The item name which is used to keep the Reference list in managed compiler task.

Attributes

Applies to