GetReferenceAssemblyPaths.ReferenceAssemblyPaths Property

Definition

Returns the path based on the passed in TargetFrameworkMoniker. If the TargetFrameworkMoniker is null or empty this path will be empty.

public:
 property cli::array <System::String ^> ^ ReferenceAssemblyPaths { cli::array <System::String ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public string[] ReferenceAssemblyPaths { get; }
[<Microsoft.Build.Framework.Output>]
member this.ReferenceAssemblyPaths : string[]
Public ReadOnly Property ReferenceAssemblyPaths As String()

Property Value

String[]

The path.

Attributes

Applies to